@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
    background:url(background.png) top center no-repeat #ffffff;
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000;
}
.fontone #container {
	width: 800px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
.fontone #header {
	padding: 0 10px 0 20px;  /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. Wenn im #header anstelle von Text ein Bild eingesetzt wird, sollten Sie die Auffüllung entfernen. */
	background-color: #FFF;
}
.fontone #header h1 {
	margin: 0; /* Wenn Sie den Rand des letzten Elements im #header-div auf 0 einstellen, können Sie das Auftreten unerwarteter Abstände zwischen divs vermeiden. Wenn das div einen Rahmen hat, ist dies unnötig, weil dieser Rahmen die gleiche Wirkung hat. */
	padding: 10px 0; /* Durch die Verwendung der Auffüllung anstelle von Rändern lässt sich gewährleisten, dass das Element die Kanten des div nicht berührt. */
}
.fontone #header #links {
	width: 200px;
	float: left;
	height: 70px;
}
img {
	border: 0px;
}
.fontone #header #rechts {
	float: left;
	height: 70px;
	width: 520px;
	text-align: center;
	padding-top: 4px;
}
.fontone #navi {
	background-color: #FFF;
	background-image: url(navi_csspattern.jpg);
	background-position: 0px 0px;
	background-attachment: scroll;
	background-repeat: repeat-x;
	height: 26px;
	text-align: center;
}
.fontone #navi a:link, .fontone #navi a:active, .fontone #navi a:visited {
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	line-height: 26px;
	margin-left: 5px;
}
.fontone #navi a:hover {
	background-image: url(navi_csspattern.jpg);
	background-position: 25px 0px;
	background-attachment: scroll;
	background-repeat: repeat-x;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	line-height: 26px;
	margin-left: 5px;
}

.fontone #textbox {
	height: auto;
	background-color: #EFF6F6;
	border: 1px solid #D9E5CD;
	margin-top: 2px;
	line-height: 20px;
	font-size: 12px;
	padding-right: 10px;
	padding-left: 20px;
	color: #73797A;
}
.fontone #textbox a:link, .fontone #textbox a:active, .fontone #textbox a:visited, .fontone #textbox a:hover {
	color: #475859;
	text-decoration: none;
	font-size: 11px;
	line-height: 20px;
	padding-left: 5px;
}

a:link, a:active, a:visited, a:hover {
	color: #475859;
	text-decoration: none;
	font-size: 12px;
	line-height: 26px;
}

.fontone #title {
	background-color: #FFF;
	background-image: url(header_csspattern.jpg);
	background-position: 0px 0px;
	background-attachment: scroll;
	background-repeat: repeat-x;
	height: 39px;
	text-align: center;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 

.fontone #title h2 {
	line-height: 39px;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	height: 39px;
}

.fontone #mainContent {
	background: #FFFFFF;
	min-height: 420px;
}
.fontone #mainContent_content{
	background: #FFFFFF;
	background-color: #EFF6F6;
	border: 1px solid #D9E5CD;
	margin-top: 2px;
	margin-bottom: 2px;
	line-height: 20px;
	font-size: 12px;
	padding-right: 10px;
	padding-left: 20px;
	color: #73797A;
}


.fontone #mainContent #font_container {
	height: auto;
	margin-top: 4px;
	margin-bottom: 2px;
}
.fontone #mainContent #font_container a:link, .fontone #mainContent #font_container a:active, .fontone #mainContent #font_container a:visited, .fontone #mainContent #font_container a:hover {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	line-height: 57px;
}
.fontone #mainContent #font_container #links{
	width: 400px;
	height:200px;
	float: left;
}
.fontone #mainContent #font_container #rechts{
	float: left;
	height: 200px;
	background-color: #EFF6F6;
	border: 1px solid #D9E5CD;
	width: 396px;
	margin-left: 2px;
}
.fontone #mainContent #font_container #rechts .titel{
	height: 43px;
	font-size: 18px;
	font-weight: bold;
	line-height: 43px;
}
.fontone #mainContent #font_container #rechts .beschreibung{
	height:100px;
	font-size: 12px;
	line-height: 20px;
}
.fontone #mainContent #font_container #rechts .beschreibung a{
	color: #000;
	font-size: 12px;
	text-decoration: underline;
}
.fontone #mainContent #font_container #rechts .download{
	background-image:url(download.jpg);
	height: 57px;
	width:244px;
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	line-height: 57px;
}
.fontone #mainContent #font_container #rechts .details{
	background-image:url(details.jpg);
	height: 57px;
	width:150px;
	float: left;
	line-height: 57px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
.fontone #blatter_container{
	margin-top: 5px;
	height: 35px;
	line-height:35px;
	text-align: center;
	font-size: 12px;
	    background:url(bg_blattern.jpg) top center no-repeat #ffffff;
}
.fontone #footer_navi {
	height: auto;
	margin-top: 10px;

}
.fontone #footer_navi .box_container {
	width: 200px;
	float: left;
	height: auto;
	margin-right: 10px;
}

.fontone #footer_navi .box_container a:link, .fontone #footer_navi .box_container a:active, .fontone #footer_navi .box_container a:visited, .fontone #footer_navi .box_container a:hover{
	color: #475859;
	text-decoration: none;
	font-size: 10px;
	line-height: 16px;
	padding-left: 2px;
}
.fontone #footer_navi .box_title {
height: 36px;
width: 200px;
}
.fontone #footer_navi .box_content {
	height: auto;
	font-size: 11px;
	vertical-align: 110%;
	line-height: 18px;
}

.fontone #footer {
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 11px;
	padding-top: 6px;
}
.fontone #footer_links{
	height: 14px;
	font-size: 9px;
	color: #666;
	text-align: center;
	width: 800px;
	line-height: 14px;
}
.fontone #footer_links a{
	font-size: 9px;
	color: #666;
}
#font_details {
	height: auto;
	width: 800px;
	margin-top: 2px;
	margin-bottom: 2px;
}
#img_font {
	height: 400px;
	width: 800px;
	background-repeat: no-repeat;
}
#font_ug_preview {
	height: 256px;
	width: 738px;
	margin-top: 25px;
	margin-left: 30px;
	background-repeat: no-repeat;
	float: left;
}


#information {
	background-color: #EFF6F6;
	border: 1px solid #D9E5CD;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 796px;
	font-size: 12px;
	padding-left: 2px;
	line-height: 18px;
}
#user_generated {
	line-height: 55px;
	height: 55px;
	width: 497px;
	font-size: 16px;
	float: left;
	text-align: center;
	font-weight: bold;
}
#user_generated #links{
	height: 55px;
	width: 51px;
	float: left;
	background-image: url(ug_preview_bg_links.jpg);
	background-repeat: no-repeat;
}
#user_generated  #mitte{
	line-height: 55px;
	height: 55px;
	width: 395px;
	font-size: 12px;
	float: left;
	background-image: url(ug_preview_bg.jpg);
	background-repeat: repeat-x;
}
#user_generated  #mitte input{
	line-height: 20px;
	height: 22px;
	width: 140px;
	font-size: 12px;
	float: left;
	background-image: url(ug_preview_bg_input.jpg);
	background-repeat: repeat-x;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#user_generated  #mitte #img_reload{
	background-image: url(ug_preview_button_reload.jpg);
	height: 55px;
	width: 22px;
	background-repeat: no-repeat;
	float: left;
}
#user_generated  #mitte .font_size_s{
	background-image: url(ug_preview_button_fontsize.jpg);
	height: 55px;
	width: 22px;
	background-repeat: no-repeat;
	float: left;
	background-position: 0px 0px;
}
#user_generated  #mitte .font_size_s:hover{
	background-position: 0px -109px;
}
#user_generated  #mitte .font_size_s .black{
	background-image: url(ug_preview_button_fontsize.jpg);
	height: 55px;
	width: 22px;
	background-repeat: no-repeat;
	float: left;
	background-position: 0px -55px;
}
#user_generated  #mitte .font_size_m{
	background-image: url(ug_preview_button_fontsize.jpg);
	height: 55px;
	width: 22px;
	background-repeat: no-repeat;
	float: left;
	background-position: -24px 0px;
}
#user_generated  #mitte .font_size_m:hover{
	background-position: -24px -109px;
}
#user_generated  #mitte .font_size_m .black{
	background-image: url(ug_preview_button_fontsize.jpg);
	height: 55px;
	width: 22px;
	background-repeat: no-repeat;
	float: left;
	background-position: -24px -55px;
}
#user_generated  #mitte .font_size_l{
	background-image: url(ug_preview_button_fontsize.jpg);
	height: 55px;
	width: 22px;
	background-repeat: no-repeat;
	float: left;
	background-position: -48px 0px;
}
#user_generated  #mitte .font_size_l:hover{
	background-position: -48px -109px;
}
#user_generated  #mitte .font_size_l .black{
	background-image: url(ug_preview_button_fontsize.jpg);
	height: 55px;
	width: 22px;
	background-repeat: no-repeat;
	float: left;
	background-position: -48px -55px;
}
#user_generated  #rechts{
	height: 55px;
	width: 51px;
	float: left;
	background-image: url(ug_preview_bg_rechts.jpg);
	background-repeat: no-repeat;
}
#detail_dl {
	background-image: url(detail_dl.jpg);
	line-height: 55px;
	height: 55px;
	width: 303px;
	font-size: 16px;
	color: #FFF;
	float: right;
	text-align: center;
	font-weight: bold;
}
.fontone #detail_dl a:link, .fontone #detail_dl a:active, .fontone #detail_dl a:visited, .fontone #detail_dl a:hover{
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	line-height: 57px;
}

#startseite_container{
	background-image: url(startseite_newfont.jpg);
	height: 200px;
	width: 800px;
	background-repeat: no-repeat;	
		margin-top: 4px;
}
#startseite_container #links{
	height: 200px;
	width: 380px;
	float: left;
}
#startseite_container #links #vorschau{
	float: left;
	margin-top: 15px;
	margin-left: 20px;
}
#startseite_container #rechts{
	height: 200px;
	width: 420px;
	float: left;
}
#startseite_container #rechts #font{
	margin-top: 133px;
	float: left;
	font-size: 24px;
	line-height: 51px;
	color: #FFF;
	font-weight: bold;
}

#startseite_container_unten #links{
	height: 130px;
	width: 400px;
	float: left;
	background-image: url(startseite_bg_links.jpg);
	background-repeat: no-repeat;
}

#startseite_container_unten #links .line{
	height: 25px;
	width: 400px;
	float: left;
}
#startseite_container_unten #links .line .nummer{
	height: 25px;
	width: 30px;
	float: left;
	line-height: 25px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #393939;
}
#startseite_container_unten #links .line .fontname{
	height: 25px;
	width: 360px;
	float: left;
	font-size: 12px;
	line-height: 25px;
	padding-left: 10px;
}

#startseite_container_unten #startseite_detail_box{
	background-image: url(startseite_bg_box.jpg);
	height: 130px;
	width: 400px;
	background-repeat: repeat-x;
	float: left;
}

#startseite_container_unten #startseite_detail_box #beschreibung{
	height: 100px;
	width: 380px;
	float: left;
	font-size: 12px;
	line-height: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

#startseite_container_unten #startseite_detail_box #details{
	height: 30px;
	width: 380px;
	float: left;
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: right;
	padding-right: 20px;
}

#startseite_container_unten #startseite_detail_box #details a{
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	

}



	/*################################### Seiten blättern ###################################*/
	.blattern_zahlen{
		padding: 2px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
	
	.blattern_zahlen ul{
		margin: 0;
		padding: 0;
		text-align: middle; 
	}
	
	.blattern_zahlen li{
		list-style-type: none;
		display: inline;
		padding-bottom: 1px;
	}
	
	.blattern_zahlen a, .blattern_zahlen a:visited{
		padding: 0 5px;
		border: 1px solid #D9D9D9;
		text-decoration: none; 
		color: #525252;
		background-color: #FFFFFF;
	}
	
	.blattern_zahlen a:hover, .blattern_zahlen a:active{
		border: 1px solid #363636;
		color: #000000;
		background-color: #46B8A5;
	}
	
	.blattern_zahlen li.currentpage{
		font-weight: bold;
		padding: 0 5px;
		border: 1px solid #363636;
		background-color: #1F2626;
		color: #FFFFFF;
	}
	
	.blattern_zahlen li.nextpage{
		font-weight: bold;
	}
	
	* html .blattern_zahlen li.currentpage{
		margin-right: 5px;
		padding-right: 0;
	}