/*** Global settings ***/

* {
	margin: 0;
	padding: 0;
}

h1, h2, p, li {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

h1 {
	height: 60px;
	font-size: 19px;
	font-style: italic;
	color: #81142A;
}

/* userstyle "Überschrift 2" */
h2 {
	color: #81142A;	
}

h2, p, li {
	padding-bottom: 18px;
	line-height: 16px;
}

ul {
	padding-left: 16px;	
}

ul ul {
	padding-top: 18px;
}

img {
	display: block;
	border: 0 none;	
}

img.logo {
	display: inline;
	margin-right: 5px;
}

.clear {
	clear: both;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;	
}


/*** Specific settings ***/

#page {
	width: 980px;
	margin: 0 auto;
	border-bottom: 1px solid #FDB913;
}

/** Header with logo **/

#header {
	height: 103px;
	background: url(../_resources/static/background_navigation.jpg) no-repeat;
}

#logo {
	float: left;
	width: 184px;
	padding: 25px 0 0 16px;
}

#webtailor_ecke {
	float: right;
	width: 30px;
	height: 30px;
}

/** Navigation (1st and 2nd) **/

#navigation {
	float: left;
	width: 780px;
}

#navigation ul {
	width: 623px;
	margin-left: 157px;
	padding: 0;
}

#navigation li {
	float: left;
	padding: 0 10px 6px;
	list-style-type: none;
	line-height: normal;
	background: url(../_resources/static/navigation_separator.gif) no-repeat 0 5px;
}

#navigation li#first_element {
	padding-left: 0;
	background-image: none;
}

#navigation li a {
	text-decoration: none;
	color: #81142A;
}

#navigation_first {
	height: 19px;
	margin-top: 36px;
}

#navigation_first li.active a,
#navigation_first li a:hover {
	color: #FFFFFF;	
}

#navigation_second {
	height: 18px;
}

#navigation_second li {
	padding: 1px 20px 0 0;
	background-image: none;
}

#navigation_second li.active a,
#navigation_second li a:hover {
	color: #FDAD0F;	
}

#navigation_first_line,
#navigation_second_line {
	clear: both;
	width: 980px;
	height: 1px;
	background-repeat: no-repeat;
	overflow: hidden;
}

#navigation_first_line {
	background-image: url(../_resources/static/background_line_navigation_first.gif); 	
}

#navigation_second_line {
	background-image: url(../_resources/static/background_line_navigation_second.gif); 	
}


/** Content **/

#content,
#footer {
	border-right: 1px solid #FDB913;
}

#content {
	width: 788px;
	padding: 24px 0 0 191px;
	background: url(../_resources/static/background_content.jpg) no-repeat;
	border-right: 1px solid #FDB913;
}

/* Images */

#images {
	float: left;
	width: 133px;
	padding: 64px 32px 0 0;	
}

#images ul {
	width: 133px;
	padding: 0;
}

#images li {
	width: 131px;
	margin-bottom: 10px;
	padding-bottom: 0;
	list-style-type: none;
	border: 1px solid #FDB913;
}


/* Text */

#text {
	float: right;
	width: 433px;
	padding-right: 190px;
}


/** Footer **/

#footer {
	width: 235px;
	height: 116px;
	margin-left: 744px;
	background: url(../_resources/static/background_footer.jpg) no-repeat;
}

#footer ul {
	padding: 52px 16px 0 0;
}

#footer li {
	text-align: right;
	height: 20px;
	padding-bottom: 0;
	list-style-type: none;
}

#footer li a {
	font-size: 11px;
	line-height: normal;
	text-decoration: none;
	color: #911A35;
}

#footer li a:hover {
	text-decoration: underline;
}