* {
	padding:0;
	margin:0;
}

/* .:: 1.1 Font ::. */

body, table, thead, tbody, tr, td {
	line-height: 150%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	margin: 0px;
	padding: 0px;
}

/* .:: 1.2 Headlines / Link ::. */

h1 {
	font-size: 22px;
	color: #000;
	font-weight: regular;
	margin-bottom: 13px;
	line-height: 150%;
}
	

h2 {
	font-size:14px;
	color: #000;	
	margin: 0px;
	padding: 0px;	
	font-weight:bold;
}


h3 {
	margin: 0px;
	font-weight: bold;
	font-size: 12px;
	color: #000;
}

h4,h5,h6 {
	margin: 0px;
	font-weight: bold;
	font-size: 12px;
	color: #666;
}

a {
	color: #CC0000;
	text-decoration: none; 
}


a:hover {
	color: #CC0000;
	text-decoration: underline;
}


/* .:: Tag's ::. */

html { 
	padding:0px;
	margin:0px;
}

div { 

} 

p {
	margin: 0px;
	padding: 0px;
}


table, thead, tbody, tr, td {
	vertical-align: top;
}

ul {
	margin: 0px;
	padding-left: 15px;
	vertical-align: middle;
	text-align: left;
}

li {
	list-style-position: outside;
	list-style: square;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

hr {
	background-color:#F39A00; /* Mozilla 1.4 */
	color:#F39A00; /* IE 6 */
	border: #F39A00; /* Opera 7.11 */
	height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
}

textarea, select {
	border: 1px solid #b7b7b7;
}

input {
	border-top: 0px solid;
	border-right: 1px solid #b7b7b7;
	border-left: 1px solid #b7b7b7;	
	border-bottom: 1px solid #b7b7b7;
	border-top: 1px solid #b7b7b7;
	background: url(/images/layout/bg_nav_inact.png) repeat-x;
}

/* .:: Layout ::. */

.container {
	width: 768px;
	margin-left: auto;
	margin-right: auto;	
}

.header {
	height: 163px;
}

.left {
	width: 146px;
	margin: 0 76px 0 25px;
	padding-left: 1px;
	float: left;
	background: url(/images/layout/border.png) repeat-y;
}

#navi {
	float: left;
	width: 148px;
	margin-top: 76px;
	text-transform:lowercase;
}

.content, .content_home  {
	margin-top: 76px;
	float: left;
	width: 520px;
}

.content_home  {
	width: 330px;
	padding-right: 20px;
	border-right: 1px dotted #000;
}

.right {
	width: 149px;
	margin-top: 76px;
	padding-left: 20px;
	float: right;
}

.right h2 {
	background: #f39a00;
	color:#FFF;
	padding: 1px 5px 1px 5px;
}

.right div {
	padding: 19px 5px 23px 5px;
}

.news {
	color: #000;
}

/* .:: Navigation ::. */


.nav_l1, .nav_l1_act, .nav_l1:hover, .nav_l1_act:hover {
	padding: 2px 2px 2px 15px;
	color: #666;
	display:block;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	text-transform:lowercase;	
}

.nav_l1:hover {
	color: #c00;
	background: #f2f2f2;
}

.nav_l1_act, .nav_l1_act:hover {
	color: #c00;
	background: #f2f2f2;
}

.nav_l2, .nav_l2_act, .nav_l2:hover, .nav_l2_act:hover {
	padding: 2px 2px 2px 8px;
	margin-left: 20px;
	color: #666;
	display:block;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	text-transform:lowercase;
	background: url(/images/layout/sub_nav_inact.png) no-repeat center left;
}

.nav_l2:hover {
	color: #c00;
	background: url(/images/layout/sub_nav.png) no-repeat center left;	
}

.nav_l2_act, .nav_l2_act:hover {
	color: #c00;
	background: url(/images/layout/sub_nav.png) no-repeat center left;	
}
