/*	============================================================
	Eigene Styles
	========================================================= */

/*	============================================================
	Standard-Links
	========================================================= */
a{
	text-decoration: none;
	color: #E7201F;
}

a:hover{
	text-decoration: underline;
}

a.single, a.back{
	padding-left: 16px;
	font-weight: bold;
	background-image:  url(../images-de/icons/a-single.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

a.back{
	background-image:  url(../images-de/icons/a-back.gif);
}

a.single span{
	padding-left: 16px;
}

/*	============================================================
	Layout-Container
	========================================================= */
div#page{
	/* width: 980px; */
}

div#header{
	background-position: top right;
	background-repeat: no-repeat;
	/* width: 980px; */
	height: 125px;
}

div#nav_sub{
	float: left;
	width: 60px;
}

div#bg{
	padding-top: 35px;
	padding-bottom: 15px;
	background-color: #EEEEEE;
}

div#content{
	border-top: 2px solid #F3F3F3;
	margin-bottom: 40px;
}

div#content-inner{
	float: left;
	width: 600px;
	margin-top: 40px;
	min-height: 300px;
}

* html div#content-inner{
	height: 300px;
	overflow: visible;
}

div#footer{
	text-align: right;
	background-image: url(../images/_layout/footer.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

div#container_lang{
	margin-top: 10px;
	padding-right: 10px;
	text-align: right;
}

div#container_lang label{
	font-weight: bold;
}

div#container_lang select{
	font-size: 10px;
}

/*	============================================================
	layout-integrierte Bilder
	========================================================= */
img#logo{
	position: absolute;
	top: 25px;
	left: 25px;
}

div#image_emotion{
	position: absolute;
	left: 760px;
	margin-top: 30px;
}

div#image_emotion img{
	border-bottom: 20px solid #DDDDDD;
}

/*	============================================================
	Seite - Titel
	========================================================= */
h1.optional{
	margin-top: 0px;
	font-size: 12px;
	text-transform: uppercase;
	color: #9A0605;
}

h1 span.subtitle{
	font-size: 12px;
	color: #9A0605;
}

/*	============================================================
	Tabellen
	========================================================= */
table.max{
	width: 100%;
	border-bottom: 1px solid #DDDDDD;
}

table.max th{
	padding: 2px 5px;
	color: #E7201F;
	background-image: url(../images-de/background-dotted.gif);
}

table.max td{
	padding: 1px 3px;
}

table.max tr.row_0{
	background-color: #F3F3F3;
}

table.max tr.row_1{
	background-color: none;
}

/*	============================================================
	Formulare
	========================================================= */
fieldset{
	padding: 10px 0px;
	border: none;
	border-bottom: 1px solid #DDDDDD;
}

div.legend, .header{
	padding: 2px 5px;
	background-image: url(../images-de/background-dotted.gif);
	font-size: 12px;
	font-weight: bold;
	color: #E7201F;
}

input, select{
	margin-right: 5px;
}

/*	============================================================
	Sonstiges
	========================================================= */
.nav_articles{
	text-align: right;
	font-weight: bold;
	color: #333333;
}

ul li{
	list-style-image: url(../images-de/icons/ul.gif);
}
