/* christiank.net - Standard Style
Copyright © Christian Klaussner */

html, body {
	margin: 0; padding: 0; border: 0;
}

body {
	font: 12px arial;
	text-align: center;
	background-color: rgb( 115, 135, 150 );
}

form {
	margin: 0; padding: 0; border: 0;
}

h1 {
	margin: 0; padding: 0; border: 0;
	font: 19px arial;
}

h2 {
	margin: 0; padding: 0; border: 0;
	font: bold 15px arial;
}

a {
	color: rgb( 115, 135, 150 );
	text-decoration: none;
}

a:hover {
	color: rgb( 115, 135, 150 );
	text-decoration: underline;
}

.line {
	width: 820px;
	height: 1px;
	background-color: rgb( 115, 135, 150 );
}

#header {
	width: 900px;
	height: 100px;
	margin-left: auto; margin-right: auto; margin-top: 30px;
	background: url( ../media/standard/header.png ) no-repeat;
}

#menu {
	width: 900px;
	height: 35px;
	margin-left: auto; margin-right: auto;
}

#menu a {
	display: block;
	float: left;
	width: 100px;
	height: 35px;
	color: rgb( 40, 45, 55 );
	background-color: rgb( 245, 245, 245 );
	border: none;
	line-height: 35px;
	text-decoration: none;
	font-weight: bold;
}

#menu a:hover {
	color: rgb( 220, 220, 220 );
	background: url( ../media/standard/button.png ) no-repeat;
}

#menu #left {
	float: left;
	width: 150px;
	height: 35px;
	background: url( ../media/standard/left.png );
}

#menu #right {
	float: left;
	width: 150px;
	height: 35px;
	background: url( ../media/standard/right.png );
}

#content_top, #content_bottom {
	width: 900px;
	height: 15px;
	margin-left: auto; margin-right: auto;
}

#content_top {
 	margin-top: 30px;
	background: url( ../media/standard/top.png ) no-repeat;
}

#content_bottom {
	background: url( ../media/standard/bottom.png ) no-repeat;
}

#content {
 	width: 820px;
 	padding: 40px; padding-top: 20px; padding-bottom: 20px;
	margin-left: auto; margin-right: auto;
	color: rgb( 40, 45, 55 );
	background-color: rgb( 245, 245, 245 );
	line-height: 20px;
	text-align: left;
}

#footer {
	width: 860px;
	height: 30px;
	padding: 10px; padding-left: 20px; padding-right: 20px;
	margin-left: auto; margin-right: auto; margin-top: 30px;
	color: rgb( 40, 45, 55 );
	background: url( ../media/standard/footer.png ) no-repeat;
	text-align: left;
	font: 11px/30px arial;
}

/* IE hack */
#footer_spacing {
	width: 900px;
	height: 30px;
}

.box_header {
	width: 680px;
	height: 35px;
	margin-left: auto; margin-right: auto;
	padding-left: 20px; padding-right: 20px;
	background: url( ../media/standard/box_header.png ) no-repeat;
	color: rgb( 245, 245, 245 );
	line-height: 35px;
}

.box_content {
	width: 680px;
	margin-left: auto; margin-right: auto;
	padding: 20px; padding-top: 15px; padding-bottom: 15px;
	/* background-image: url( ../media/standard/box_content.png ); */
	background-color: rgb( 235, 235, 235 ); /* rgb( 115, 135, 150 ); */
	/* border-left: 1px solid rgb( 40, 45, 55 );
	border-right: 1px solid rgb( 40, 45, 55 ); */
	color: rgb( 40, 45, 55 ); /* rgb( 245, 245, 245 ); */
}

.box_footer {
	width: 720px;
	height: 20px;
	margin-left: auto; margin-right: auto;
	background: url( ../media/standard/box_footer.png ) no-repeat;
}

.box_content a {
	color: rgb( 40, 45, 55 );
	text-decoration: none;
}

.box_content a:hover {
	text-decoration: underline;
}

.gbook_textfield {
	width: 300px;
	border: 1px solid rgb( 115, 135, 150 );
}

#gbook_entry {
	width: 300px;
	height: 150px;
	border: 1px solid rgb( 115, 135, 150 );
}

#gbook_send {
	width: 80px;
	height: 24px;
	border: 1px solid rgb( 115, 135, 150 );
	background-color: rgb( 255, 255, 255 );
}
