/*--------------------------------------------------------------------------
	Allgemeine Style Definitionen für "Katholische Pfarrgemeinde Weimar"
	
	Lombego Systems GbR, Jens Papenroth 2009
	
	Farbwerte:
	
	dunkelblau (0,130,190) #0082BE
	hell violett (234,212,255) #EAD4FF
	dunkel violett (160,60,255) #A03CFF
	fast schwarz (10,5,0) #0A0500
	duneklblau a:hover (0,130,190) #0082BE
	dunkelgrau (71,68,64) #474440
	hellgrau (133,130,128) #858280
	footer grau (174,172,171) #C2C1C0
	
	cal_ hellblau (224,237,245) #E0EDF5
	cal_ graublau (209,220,228) #D1DCE4
	cal_ dunkelgrau (184,194,200) #B8C2C8
	cal_ hellgrau (209,220,228) #D1DCE4	
		
--------------------------------------------------------------------------*/     

/*--------------------------------------------------*/
@import url('navigation.css');
@import url('content.css');
/*--------------------------------------------------*/

html{}

body{
	margin: 0px;	
	background-color: #C2C1C0;
	color: #000000;
	font-family: Georgia, 'serif', Arial;	
	font-size: 12px;
	line-height: 20px;
}

.cl{
	clear: left;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
}

#site_wrapper{
	width: 100%;
	background: #FFFFFF url('../img/hintergrundverlauf.png') repeat-x top left;
	float: left;
	padding: 0px 0px 30px 0px;
}

#center_site{
	margin: 0px auto;
	width: 940px;
}

#footer{
	width: 100%;
	float: left;
	padding: 20px 0px 20px 0px;
	background: transparent url('../img/fussverlauf.png') repeat-x top left;	
}

#center_footer{
	margin: 0px auto 0px auto;
	width: 940px;
}

.footer_block{
	float: left;
	width: 180px;
	padding: 0px 10px 0px 0px;
}

#main_navigation{
	width: 100%;
	height: 30px;
	margin: 0px 0px 30px 0px;
	background: transparent url('../img/naviverlauf.png') repeat-x top left;
}


/*
	Startseite
*/

#start_wrapper{
	float: left;
	width: 940px;
}

#start_left{
	float: left;
	width: 380px;
	height: 620px;
	z-index: 1;
	position: relative;
}

#start_right{
	float: right;
	width: 560px;
}

#logo{
	width: 100%;	
	height: 80px;
	background: transparent url('../img/kathkircheweimar.png') no-repeat top left;
}


/*
	Standardseite
*/

#sub_navigation{ /* overwritten by ie.css */
	float: left;
	width: 180px;
	padding: 0px 10px 0px 0px;
	
	min-height: 30px;
}

#content{
	float: left;
	width: 560px;
}