/* @override 
	de/styles/default.css
	http://www.juffern.ch/de/styles/default.css
	http://juffern.ch/de/styles/default.css
*/

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

* {
	font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	padding: 0;
	margin: 0;
}

html, body {
	font: 14px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	padding: 0;
	margin: 0;
	width: 100%;
	background: url('http://www.juffern.ch/de/images/default/background/bg.png');
	background-image: url('http://www.juffern.ch/de/images/default/background/bg.png');
	background-repeat: repeat-x;
	background-color: #fed301;
}

div#Mainbox {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

div#Header {
	width: 1000px;
	height: 213px;
	background: url('http://www.juffern.ch/de/images/default/header/bg_header.png');
	background-repeat: no-repeat;
}

div#Navigation {
	width: 1000px;
	height: 248px;
}

div#NavigationLeft {
	float: left;
	width: 720px;
	height: 248px;
	background: url('http://www.juffern.ch/de/images/default/navleft/bg_navleft.png');
	background-repeat: no-repeat;
}

div#NavigationLogo {
	float: left;
	padding-top: 30px;
	height: 80px;
	width: 310px;
	text-align: right;
	font: 12px "Arial", Helvetica Neue, Helvetica, Geneva, sans-serif;
	color: #ffffff;
}

div#NavigationHeadline {
	float: left;
	width: 310px;
	text-align: right;
	font: 12px "Arial", Helvetica Neue, Helvetica, Geneva, sans-serif;
	color: #ffffff;
}

a.imprint, a.imprint:visited {
	color: #000000;
	font: 14px "Arial", Helvetica Neue, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	font-weight: bold;
}

div#NavigationHeadline a, div#NavigationHeadline a:visited, div#NavigationHeadline a:hover{

	font: 12px "Arial", Helvetica Neue, Helvetica, Geneva, sans-serif;
	color: #ffffff;
	text-decoration: none;
	display: block;
}
div#NavigationIntro {
	float: left;
	padding-top: 25px;
	padding-left: 10px;
	font: 12px "Arial", Helvetica Neue, Helvetica, Geneva, sans-serif;
	width: 400px;
}

#NavigationIntro b {
	color: #ffd401;
}

#NavigationIntro p {
	color: #ffffff;
}

#NavigationList ul {
	list-style: none;
	padding-left: 30px;
	padding-top: 40px;
	width: 220px;
}

#NavigationList ul li{
	width: 220px;
	height: 20px;
	border-bottom: 1px dotted #ffffff;
}

#NavigationList ul a,#NavigationList ul a:visited{
	padding-top: 2px;
	font: 14px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #626262;
	text-decoration: none;
	display: block;
	padding-left: 30px;
	background-image: url('http://www.juffern.ch/de/images/default/navleft/icn_navlist.png');
	background-repeat: no-repeat;
	background-position: 0px ßpx;
}

#NavigationList ul a:hover{
	color: #ffa801;
}

div#NavigationList {
	float: left;
	width: 270px;
	height: 248px;
}

div#NavigationRight {
	margin: 0;
	padding: 0;
	float: left;
	width: 280px;
	height: 248px;
	background: url('http://www.juffern.ch/de/images/default/navright/bg_navright.png');
	background-repeat: no-repeat;	
}


#NavigationRight img {
	margin-left: 7px;
	border: 0;
	padding: 0;
}


div#ContentSpacer {
	float: left;
	width: 1000px;
	height: 15px;
}

div#ContentFull {
	float: left;
	width: 1000px;
}
#ContentFull p,#ContentFull h1,#ContentFull h2,#ContentFull h3,#ContentFull div {
	margin-left: 20px;
}

div#Content {
	float: left;
	width: 720px;
}

#Content p,#Content h1,#Content h2,#Content h3,#Content div {
	margin-left: 20px;
}
div#Infobox {
	margin: 0;
	padding: 0;
	float: left;
	width: 280px;
}

table#InfoTable {
	margin-left: 15px;
	background-color: #c7a80e;
}
table#InfoTable tr, table#InfoTable td{
	height: 30px;
}

#InfoTable tbody tr td a {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 35px;
	vertical-align: top;
}

#InfoTable tbody tr.InfoLink1 td {
	background-image: url('http://www.juffern.ch/de/images/default/infobox/btn_infobox_1.png');
	background-repeat: no-repeat;
	background-position: center right;
}
#InfoTable tbody tr.InfoLink2 td {
	background-image: url('http://www.juffern.ch/de/images/default/infobox/btn_infobox_2.png');
	background-repeat: no-repeat;
	background-position: center right;
}
#InfoTable tbody tr.InfoLink3 td {
	background-image: url('http://www.juffern.ch/de/images/default/infobox/btn_infobox_3.png');
	background-repeat: no-repeat;
	background-position: center right;
}

#ContentFull table tbody tr td form table tbody tr td input,#ContentFull table tbody tr td form table tbody tr td textarea {
	height: 20px;
	border: 2px solid #C8A92B;
	background-color: #FDD302;
}
#ContentFull table tbody tr td form table tbody tr td textarea{
	height: 200px;
	width: 370px;
}

#ContentFull table tbody tr td form table {
	padding-left: 20px;	
}
