/* Copyright (c) 2008 */
/* by Korbinian Schmid <master@omsn.de> */
/* [visit: www.omsn.de] */

@import "aktuelles.css"; 
@import "ueber_mich.css"; 
@import "kontakt.css"; 
@import "admin.css"; 

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

body
{
	font-size:13px;
	font-family:'Trebuchet MS', 'Lucida Grande', Arial, Helvetica, sans-serif;
	background-image:url('../img/bg.jpg');
}

a
{
	text-decoration:none;
	color:#0000BB;
}

a:hover
{
	text-decoration:none;
	color:#000;
}

/****** LAYOUT ******/

#header
{
	background-image:url('../img/header-bg.png');
	background-repeat:repeat-x;
	height:209px;
}

#nav, #content, #footer
{
	margin-left:auto;
	margin-right:auto;
}

#nav
{
	width:800px;
	height:40px;
}

.navimg
{
	position:absolute;
	top:169px;
}

/* stupid fuckin time-stealing IE */
html>body .navimg {
	margin-top:0;
} 

.left
{
	display:block;
	float:left;
	margin:0px 5px 0px 5px;
}

#aktuelles
{
	width:84px;
	height:40px;
}


#ueber_mich
{
	width:93px;
	height:40px;
}

#kontakt
{
	width:71px;
	height:40px;
}

#content, #footer
{
	width:760px;
	padding:20px;
}

#content
{
	background-color:#fff;
	border-left:1px solid #777;
	border-right:1px solid #777;
	min-height:520px;
}

#ie6warn
{
	display:none;
	padding:10px;
	border:1px solid #CC3300;
	background-color:#FFCCCC;
}

#footer
{
	height:150px;
	background-image:url('../img/footer-bg.png');
	background-repeat:no-repeat;
	color:#fff;
	text-align:center;
}

#footer a
{
	color:#fff;
}

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

/****** GENERAL ******/

.cookietrail
{
	font-size:x-small;
	margin-bottom:15px;
}

.center
{
	text-align:center;
}

p
{
	padding: 10px 0;
}

h2, h2 a
{
	font-size:large;
	color:#0000BB;
}

/******* FORMS ******/

fieldset {
	margin: 20px auto;
	padding: 20px;
	border: 2px solid #eee;
}


legend 
{
	font-size:15px;
	padding: 0 20px;
	font-weight: bold;
}

label
{
	display:block;
	float:left;
	width:90px;
	text-align:right;
	margin-right:5px;
}


input, textarea
{
	font-size:13px;
	font-family:'Trebuchet MS', 'Lucida Grande', Arial, Helvetica, sans-serif;
	border:1px solid #ddd;
	padding:1px;
}

input
{
	width:200px;
}

textarea
{
	height:200px;
	width:420px;
}

button
{
	margin:12px 0px 0px 90px;
	padding:3px 20px 3px 20px;
	border:1px outset #999;
	background-color:#efefef;
	font-size:13px;
	font-family:'Trebuchet MS', 'Lucida Grande', Arial, Helvetica, sans-serif;
}


