﻿/*
	PUBLISHER => www.lammertz.net
	WEBSIDE   => www.kranichzeit.de
*/

* html body 
{ 
	text-align:center;
}

body 
{ 
	background: #5f5f2e;
	margin: 25px;  
	font-family: Verdana, Arial, Helvetica, sans-serif; 	
}

html /* Hack Mozilla */
{ 
	overflow-y: scroll;
}


/*	kopfzeile
	----------------------------------------	*/

#header 
{ 
	height: 128px;
}

.mod_customnav
{ 
	background: #5f5f2e url(bg_header.gif) no-repeat;
	height: 45px;
}

.mod_customnav ul
{ 
	margin: 0;
	padding: 16px 0 0 55px;	
}

.mod_customnav li
{ 
	list-style: none;
	float: left;
	margin-left: 8px;
}

.mod_customnav li .active
{ 
	color: #b35016;
	font-size: 13px;	
	font-weight: bold;
	margin: 0;
}

.mod_customnav li a
{ 
	color: #efebd6;
	text-decoration: none;
	font-size: 13px;
}

.mod_customnav a:hover
{ 
	text-decoration: underline;
}




/*	container
	----------------------------------------	*/

#wrapper
{
	width: 770px; margin:0 auto;
	background: #efebd6 url(bg_content.gif) repeat-y;	
}



/*	inhalt
	----------------------------------------	*/

#main
{  
	margin-right: 230px; 
}

.ce_text
{ 
	padding: 25px 0 0 15px;
	color: #333333;
	width: 510px;
	text-align: justify; 
}

h1
{ 
	background: #efebd6 url(bg_h1.gif) no-repeat;
	height: 15px;
	padding: 18px 0;
	font-size: 1.2em;
	color: #b35016;
	margin-left: 20px;
	text-align: center;
}

h3
{ 
	padding: 15px 20px 0 20px;
	font-size: 1em;
	color: #5f5f2e;
}

h4
{ 
	padding: 0 0 0 25px;
	font-size: .75em;
	letter-spacing: 1px;
	color: #333333;
}



p, li, td
{ 
	margin: 0 20px 10px 20px;
	font-size: .8em;
}


.post
{
	width: 55px;
	display: block;
	float: left;
}

.links
{
	text-align: center;
	margin-bottom: 30px;
}

hr
{
	text-align: center;
	width: 473px;
	border: 1px #d6d3a5 dashed;
}


table
{
	margin-left: 20px;
	width: 473px;
	border: none;
}


.unter 
{ 
	text-align: center;
	font-size: .7em;
	font-style: italic;
}


.mitte { text-align: center; }
.rechts { text-align: right; }

.kranich 
{ 
	color: #339966;
	font-weight: bold;
}

a:link,
a:visited,
a:active
{ 
	color: #b22222;
}




/*	navigation
	----------------------------------------	*/

#right 
{ 
	width: 230px; 
	margin-right: 3px;
	padding-top: 95px;
}

.mod_navigation li
{ 
	list-style: none;
	margin: 0 0 0 -20px;
}

.mod_navigation li .active
{
	font-size: 13px;
	color: #b22222;
	font-weight: bold;
	margin: 0;
}

.mod_navigation li a
{ 
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}

.mod_navigation a:hover
{ 
	text-decoration: underline;
}

#right .ce_image
{ 
	margin: 0 0 0 40px;
	top: -15px;
}





/*	lammertz.net
	----------------------------------------	*/

#los_info
{ 
	background: #ffffff;
	margin: 30px 20px;
	padding-top: 22px;
	height: 60px;
}

#los_info img
{ 
	width: 150px;
	height: 60px;
	border: 0;
	margin: -13px 23px 0 1px;		
	float: left;
}

#los_info p, #los_info a
{ 
	font-family: Arial, Helvetica, sans-serif;  
    font-size: 12px;
   	color: #333333;   	
}

#los_info strong
{ 
	color: #ef8429;
}




/*	fusszeile
	----------------------------------------	*/

#footer 
{
	height: 33px; 
	background: #efebd6 url(bg_footer.gif) no-repeat;
	padding: 27px 0 0 25px;
}

#footer p,
#footer a
{
	font-size: 10px;
	color: #ffffff;
	text-decoration: none
}


