@import url(urquiza_base.css);
@import url(urquiza_navigation.css);


/* Kopfzeile */

#Kopfzeile {
	/*background-image: url(../Bilder/Kopfzeile-Hintergrund.jpg);*/
	background-repeat: no-repeat;
	background-position: left top;
	border: 0px;
	position: relative;
}

/* /Kopfzeile */


/* Bildbereich */

#Bildbereich {
	position: relative;
	float: left;
	width: 302px;
	height: 400px;
	border-right: 1px solid #F3EDBD;
}

/* /Bildbereich */


/* Contentbereich */

#Content {
	position: relative;
	float: right;
	width: 606px;
	height: 400px;
	border: 0px;
	/*background-color: #F3EDBD;*/
	background-image: url(../Bilder/background_content.gif);
	font-family: "Trebuchet MS", sans-serif, Helvetica;
	margin-bottom: 50px;	
}

#Content p
{	
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding-left: 25px;
	padding-bottom: 8px;	
	padding-right: 25px;
	color: rgb(102, 102, 102);	
}

#Content td
{	
	font-size: 12px;
	font-weight: normal;
	color: rgb(102, 102, 102);	
}

#Content p ul
{	
	background-color: none;
	color: rgb(102, 102, 102);	
	padding-left: 10px;
}

#Content p a
{	
	color: #993300;
	font-weight: bold;
}


#Content h1
{
	font-size: 19px;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 25px;
	padding-top: 35px;
	padding-bottom: 15px;
	color: #36140C;
}

#Content h2
{
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 5px;
	padding-left: 15px;
	color: #36140C;
}

#Content h2 a
{
	text-decoration: none;
}

/* /Contentbereich */
