.nav, .nav ul {
	width: 160px;
}
.content_around {
	width: 428px; 
}
.content_rows, .content {
	width: 408px; 
}


/* Helper */
*{
	font-size: x-small;
}

.font{
	font-size: 1.05em;
}

.font li a {
	font-size: 1.05em;
}

.nav {
	font-size: 1.0em;
}

.nav li.title {
	font-size: 120%;
}

.nav li.mainnav a {
	font-size: 120%;
}

.nav li.selected  {
	font-size: 120%;
}

.nav li a {
	font-size: 120%;
}


/* content*/

.content-pagetitle {
	font-size: 180%;
}

.content-title-size1 {
	font-size: 160%;
}

.content-subtitle-size1 {
	font-size: 110%;
}

.content-subtitle-size2 {
	font-size: 120%;
	font-weight: bold;
	background: url(../img/puzzle_icon_green.jpg) no-repeat; 
	display: block;
	padding: 5px 0px 10px 40px;
}

.content-subtitle-size3 {
	font-size: 120%;
	font-weight: bold;
	background: url(../img/puzzle_icon_yellow.jpg) no-repeat; 
	display: block;
	padding: 5px 0px 10px 40px;
}

.content-subtitle-size4 {
	font-size: 120%;
	font-weight: bold;
	background: url(../img/puzzle_icon_red.jpg) no-repeat; 
	display: block;
	padding: 5px 0px 10px 40px;
}

.content-subtitle-size5 {
	font-size: 120%;
	font-weight: bold;
	background: url(../img/puzzle_icon_blue.jpg) no-repeat; 
	display: block;
	padding: 5px 0px 10px 40px;
}

.content_text_row_left {
	font-size: 110%;
}

.content_text_row_right {
	font-size: 110%;
}

.content a, .content a:active {
	font-size: 100%; 
}

.content LI * {
	font-size: small;
}

/* Headings */

h1 {
	font-size: 140%;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 110%;
}

h6 {
	font-size: 105%;	
}

/* Paragraphs */


p {
	font-size: 120%; 
}


span {
	font-size: 101%; 
}

ul.list li.list{ 
	font-size: 120%;
}


ul.list_number li.list_number{ 
	font-size: 120%;
}

/*  Sidebar, Partner */

.sidebar-maintitle {
	font-size: 120%;
}

/*  Footer */

.footer {
	font-size: 1.0em;
}

/*  Forms */

FORM * {
	font-size: small;
}


FIELDSET {
	padding: 0em 1em 1em 2em;
	margin-bottom: 1em;
}

LEGEND {
	font-size:small;
}

LABEL {
	font-size: 90%; 
}


/* Database Lists */

.listlink {
	font-size: small;
}


#bcrdialog { /* Dialogfenster */
	font-size: x-small;
}
#bcrdialog * {
	font-size: small;
}
#bcrdialog H1 { /* Titel des Dialogfensters */
	font-size: small;
}


