/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx 	*/
/* Date: 		22. Oktober 2008					 		*/
/* Copyright: 	© 2008 - www.palmedia.ch		 			*/
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx 	*/

/* Default colors: */

/* background: 	#ffffff	*/
/* lightbrown:	#ece9e8	*/
/* brown:		#5a4f4a	*/
/* beige:		#c8a771	*/

/* CMS Styles 
============================================================ 
--------------------------------------------------------- */
span.titel {
	color:#5a4f4a;
	font-size:16px;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:8px;
}

span.untertitel {
	color:#5a4f4a;
	font-size:14px;
	margin-top:0px;
	margin-bottom:6px;

}



/* Default Styles
============================================================ 
--------------------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
	
	font-family:Helvetica;
	font-size:12px;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

body {
	font-family:Helvetica;
	font-size: 100%;
	line-height: 100%;
	background-color:#ced5e2;
	background:url(../img/bgnd.gif) repeat;
}

/* images
--------------------------------------------------------- */


/* images ENDE
--------------------------------------------------------- */

/* DIV
--------------------------------------------------------- */

div#site {
	position:absolute;
	left:0px; top:0px;
	width: 100%; height:100%;
}
div#page {
	position: relative;
	top:10px;
	margin: auto;
	width:668px; height:800px;
}
div#header {
	position:relative;
	width:668px; height:110px;
	background:url(../img/bgnd_header.png) no-repeat;
}
div#globalnavi {
	position:absolute;
	right:10px; bottom:10px;
}
div#footer {
	position:relative;
	width:668px; height:50px;
	margin-top:10px;
	background:url(../img/bgnd_footer.png) no-repeat;
}
div#content {
	position:relative;
	margin-top:30px;
	height:500px; 
}
div#text {
	position:absolute;
	left:184px;
	width:450px; height:480px;
	line-height:18px;
}
div#navi {
	position:relative;
	top:27px;
	text-align:right;
	line-height:18px;
}
div#subnavi {
	margin-bottom:5px;
}
td.content {
	line-height:18px;
}

div#artikel {
	position:relative;
	width:620px;
	border-top:1px solid #284276;
	margin-left:10px;
	padding:10px;
	padding-bottom:0px;
	font-size:10px;
	line-height:16px;
}
div#artikel_top {
	position:absolute;
	left:190px; top:30px;
	width:450px;
	font-size:9px;
	line-height:12px;
}
/* DIV ENDE
--------------------------------------------------------- */

/* TABLE, TD, TR 
--------------------------------------------------------- */



/* TABLE, TD, TR ENDE
--------------------------------------------------------- */


/* classes
--------------------------------------------------------- */
img.header {
	margin-top: 5px;
	margin-left: 15px;
	margin-right: 15px;
}

/* classes ENDE
--------------------------------------------------------- */





/* Input  
--------------------------------------------------------- */
input[type="text"] {
	margin-left:5px;
	border:1px solid #666;
	background-color:#eee;
	width:150px;
	height:15px;
}
input[type="submit"] {
	margin-left:5px;
	border:1px solid #666;
	background-color:#ccc;
}
input[type="submit"]:hover {
	background-color:#666;
}
/* Input ENDE
--------------------------------------------------------- */



/* Paragraph, span, h 
--------------------------------------------------------- */
h1.title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	background-color:transparent;
	color: #263f72;
	margin-bottom:10px;
}

/* Paragraph, span ENDE
--------------------------------------------------------- */



/* Listen 
--------------------------------------------------------- */

li {
	margin-left:18px;
}

/* Listen ENDE
--------------------------------------------------------- */



/* Link Styles
--------------------------------------------------------- */

a {
	color:#263f72;
}
a.hover {
	font-weight:bold;
	font-style:italic;
}

a.main, a.main:visited, a.main:link {
	width:140px; height:15px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:5px;
	display:block;
	text-decoration: none;
	font-weight: bold;
	font-size:12px;
	border-top:1px dotted #8b909a;
}
a.main:hover {
	width:140px; height:15px;
	padding-top:2px;
	padding-right:10px;
	display:block;
	text-decoration: none;
	font-weight: bold;
	font-size:12px;
	background-color:#fff;
	opacity:0.5;
}

a.main_active {
	width:140px; height:15px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:5px;
	display:block;
	text-decoration: none;
	font-weight: bold;
	font-size:12px;
	background-color:#fff;
	opacity:0.85;
	border-top:1px dotted #8b909a;
}
a.page {
	width:135px; height:15px;
	padding-right:15px;
	padding-bottom:5px;
	display:block;
	text-decoration: none;
	font-size:10px;
	color:#000;
}
a.page:hover {
	font-weight: bold;
}
a.page_active {
	width:135px; height:15px;
	padding-right:15px;
	padding-bottom:5px;
	display:block;
	text-decoration: none;
	font-weight: bold;
	font-size:10px;
	color:#000;
}
a.globalnavi {
	font-size:10px;
	text-decoration:none;
}
a.globalnavi:hover {
	color:#000;
}

/* Link Styles ENDE
--------------------------------------------------------- */






































