/*--------------------------------------------------------------------------
	Allgemeine Style Definitionen für "Karmelitinnenkloster St. Teresa Weimar"
	
	Lombego Systems GbR, Jens Papenroth 2010
	
	Farbwerte:
	
	bronce 180,130,0 #B48200
	

				
-------------------------------------------------------------------------- */

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


		@font-face {
		font-family: 'Fontin';
		src: url(/frontend/karmel/fonts/fontin-bold.eot);
		src: local('Fontin'), local('Fontin Bold'), url(/frontend/karmel/fonts/fontin-bold.otf) format('opentype');		
		font-weight: bold;
		}

		@font-face {
		font-family: 'Fontin-SmallCaps';
		src: url(/frontend/karmel/fonts/fontin-smallcaps.eot);
		src: local('Fontin'), local('Fontin SmallCaps'), url(/frontend/karmel/fonts/fontin-smallcaps.otf) format('opentype');
		}

		
html{}

body{
	margin: 0px;
	padding: 1.25em 0.625em 0em 0.625em;	
	background-color: #FFFFFF;
	color: #000000;
	font-family: Georgia, Serif;	
	font-size: 16px;
}

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

.center_wrapper{
	width: 60em;
	margin: 0em auto;
}


.header, .gradient_wrapper, .footer{
	background: transparent url('../img/verlauf.png') repeat-x top left;
}

.header{
	float: left;
	width: 60em;
	position: relative;
}

.logo{
	float: left;
	width: 6.25em;
	height: 6.25em;
	padding: 0em 0em 1.25em 0em;
}

.logo img{
	float: left;
	width: 6.25em;
	height: 6.25em;
}

.start_claim{
	font-family: Fontin, Georgia, Serif;
	font-size: 1.125em;
	line-height: 1.4em;
	color: #B48200;
	font-weight: bold;
	float: left;
	padding: 0em 0em 0.8em 0.625em;
	position: absolute;
	bottom: 0px;
	left: 0px;
	
}

.claim{
	font-family: Fontin, Georgia, Serif;
	font-size: 1.125em;
	line-height: 1.4em;
	color: #B48200;
	font-weight: bold;
	float: left;
	padding: 0em 0.625em 0.8em 0em;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.start_header_image{
	float: right;
	padding: 1.25em 0.625em;
	width: 21.25em;
	height: 15.625em;
}

.start_header_image img{
	width: 21.25em;
	height: 15.625em;
}

.gradient_wrapper{
	float: left;
	width: 60em;
}

.navigation{ /*overwritten by ie.css*/
	float: left;
	width: 13.75em; 
	padding: 2.245em 1.25em 0em 0.625em;
}

.content{
	float: left;
	width: 28.75em;
	line-height: 1.5em;
	padding: 2.5em 0em 0em 0em;
}

#gal_content{
	width: 44.375em;
}

.marginalie{
	float: left;
	width: 13.75em; 
	line-height: 1.5em;
	padding: 2.5em 0.625em 0em 1.25em;
}

.footer{
	float: left;
	width: 58.75em;
	padding: 0.625em 0.625em 2.5em 0.625em;
	margin: 1.875em 0em 0em 0em;
}
