/* override yaml base config */


#col3 {

	margin: 0;	
	
}

/* general structure of the page */

html, body, #container {
	height: 100%;
}

body > #container {
	height: auto; 
	min-height: 100%;
}


/* Layout: Width, Background, Border | Layout: Breite, Hintergrund, Rahmen */
.page_margins { 
	
	width: 960px;
	margin: 0 auto;
	
}


#pagecontent {
	padding-bottom: 70px;
}  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -70px; /* negative value of footer height */
	height: 70px;
	
	clear:both;
} 

#footer_content {
	
	border-top: 1px dashed #bebebe;
	padding: 25px 0 0;


}

/* end general structure */

/* change the reset.css */

body {
	line-height: 1.5em;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

/* end reset.css changes */

.page {
	padding: 0 30px 0;
}

#header {
	
	height: 100px;
	
}

#logo {
	padding: 25px 0 0 0;
}

#hornav {
	
	background: #eeeeee;
	border-top: 1px dashed #bebebe;
	border-bottom: 1px dashed #bebebe;
	
}

#hornav .page {
	
	background: #eeeeee url('/img/default/hornav_bg.png') repeat-y;	
	
}

#hornav ul {
	margin: 0;
}
	
	

#hornav li {
	display: inline;
	margin-left: 0;	
	padding: 6px 20px 6px 0;
	line-height: 2em;
}

#hornav a, #hornav a:visited {
	
	text-decoration: none;
	color: #333333;
	font-size: 16px;
	
	
}

#hornav a:hover {
	color: #ff6c00;
}

#col3 {
	padding: 30px 0 30px 0px;
}


/* boxes */

.boxtop {
	background: transparent url('/img/default/box.png') no-repeat left top;
	width: 900px;
	margin: 30px 0px;
	
}

.boxtop h2 {
	padding: 20px 10px 10px 50px;
	
}
.boxbottom {
	
	background: transparent url('/img/default/box.png') no-repeat left bottom;
	padding: 0 30px 20px 70px;
	
}

.boxcontent {
	padding: 0px 30px 30px 30px;
}
.boxtitle {
	padding: 0px 0 0 30px;
}

	
.box420top {
	
	background: transparent url('/img/default/box420.png') no-repeat left top;
	width: 420px;
	margin: 20px 0;
}
.box420top h2 {
	padding: 20px 10px 10px 40px;
}

.box420bottom {
	
	background: transparent url('/img/default/box420.png') no-repeat left bottom;
	padding: 0 30px 20px 30px;	
}


.boxtopleft {
	background: transparent url('/img/default/box.png') no-repeat left top;
	margin: 20px 0;
}

.boxtopright {
	background: transparent url('/img/default/box.png') no-repeat right top;
	margin: 0 0 0 30px;
}

.boxbottomright {
	background: transparent url('/img/default/box.png') no-repeat right bottom;
	margin: 2px 0 0 0;
}

.boxbottomleft {
	padding: 0 0 30px 0;
}

.box50p {
	width: 420px;
}

.box50pr {
	width: 420px;
	float: right;
}


/* end boxes */



/* generic layout */

label.error, span.error {
	display: inline;
	float: none;
	color: #FF0000;
	
	padding-left: 20px;
	
}

div.error, p.error {
	
	margin-top: 30px;
	font-size:120%;
	color: #FF0000;
	
}

.dimmed {
	
	color: #aaaaaa;
	
}

h1 {
	font-size: 25px;
	margin-bottom: 15px;
	color: #FF3366;;
}

p {
	margin-bottom: 1em;
}

div.checkbox {
	width: 18px;
	height: 18px;
	background: transparent url('/img/default/checkbox.jpg') no-repeat top;
}

ul {
	list-style: disc outside url('/img/default/bullet1.jpg');
}

/* end generic layout */


th, td {
	padding: 0.5em;
}

th {
	background: #fafafa;
}


h2 {
	color: #ff6c00;
	font-size: 18px;
	padding: 20px 0 20px 0;
}

h3 {
	color: #ff6c00;
	font-size: 15px;
	padding: 0px 0 15px 0;
}


.boxtopleft h2 {
	padding: 20px 0 20px 20px;	
}

input.text {
	
	border: 1px #e6e6e6 solid;
	background: #fafafa url('/img/default/textinput_bg.jpg') repeat-x;
	height: 16px;
	width: 240px;
	padding: 4px 5px 0;
	
	
}

input.small {
	width: 120px;
}

input.tiny {
	width: 50px;
}

textarea.text {
	
	height: 100px;
	width: 500px;
	padding: 3px 3px 0;
	border: #dddddd 1px solid;
	background: #fafafa url('/img/default/textinput_bg.jpg') 0 top repeat-x;
	
	
}

label {
	width: 200px;
	display: block;
	float: left;
}

input.submitbutton {
	
	height: 27px;
	border: 0;
	color: #333333;
	background: #4f4f4f url('/img/default/submitbutton_bg.jpg') 0 bottom repeat-x;
	padding: 0 20px;
	
}

div.button {
	height: 27px;
	border: 0;
	width: 100px;
	text-align:center;
	color: #333333;
	background: #4f4f4f url('/img/default/submitbutton_bg.jpg') 0 bottom repeat-x;
	padding: 0 20px;	
	float:left;
}
div.button a {
	color: #000000;
	line-height: 27px;
}
div.button a:hover, .button a:visited {
	color: #000000;
}

a.button {
	line-height: 27px;
	padding: 0 20px;
	overflow:hidden;

}
a.button span {
	background: #4f4f4f url('/img/default/submitbutton_bg.jpg') 0 bottom repeat-x;
	display:block;
	height: 27px;
	float:left;
	color: #444444;
	padding: 0 20px;
	margin-right: 10px;
}

div.buttonrow {
	margin: 15px 0;
	overflow:hidden;
}

#footer {
	
		background: #eeeeee url('/img/default/hornav_bg.png') repeat-y center;
	
	
}

#footer ul {
	margin: 0;
}

#footer li {
	display: inline;
	padding: 4px 20px 4px 0;	
	margin-left: 0;
}

#footer a, #footer a:visited {
	
	color: #333333;
	text-decoration: none;
	
}

#footer a:hover {
	
	color: #666666;
	
	
}



.restoname {
	
	margin: 15px 0 0 0;
	
}

a, a:visited {
	color: #d44444;
	text-decoration: none;
}

a:hover {
	color: #78b3e1;
}

.formlabel {
	vertical-align: top;
}

.note {
	font-weight: bold;
}