/* <link rel="stylesheet" href="./css/style.css" type="text/css"> */



/*----------------------------------------------------------*/

/* Hintergrundbild */

body {
	margin: 0; 	padding: 0;
	background: #FFF url(colors2.png) repeat-x;
}




/*----------------------------------------------------------*/


/* Text - Merkmale */

/* links */
a { background: inherit; color: #ff9900; text-decoration: none; }
a:hover { background: inherit; color: #ff6600; text-decoration: none; }

/* headers */
h1, h2, h3 { font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif; }
h1 { font-size: 1.4em; color: #ff9900; }
h2 { color: #333333; font-size: 1.2em; text-transform: uppercase; }
h3 { color: #333333; font-size: 1.2em; }

p, h1, h2, h3 {
	color: #333333;
	margin: 10px 0px;
	text-align: justify;
}
ul, ol {
	color: #333333;
	margin: 10px 30px;
	padding: 0 15px;		
}

table {
   font-size: 12px;
   color: #333333;
   font-family: Arial;
}


/*----------------------------------------------------------*/

/* Header Einstellungen */

#header-content, #content, #footer-content {
	width: 760px;
}

/* header */
#header {
	height: 200px;
	text-align: left;	
}
#header-content {	
	margin: 0 auto; padding: 0;
	position: relative;
}
#header-content h1#logo {
	position: absolute;	
	font: bold 40px 'Trebuchet MS', Sans-serif;
	letter-spacing: -2px; 
	color: #FFF;
	margin: 0; padding: 0;		
	
	/* change the values of left and top to adjust the position of the logo */
	top: 95px; left: 0px;
}
#header-content h1#logo a {
	text-decoration: none;
	color: #FFF;
}
#header-content #slogan {
	position: absolute;	
	font: bold 12px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #FFF;	
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 145px; left: 4px;
}



/*----------------------------------------------------------*/ 

/* Hintergrund Box */

#box {
	border-color: #cccccc;
	border-style: solid;
	border-width: thin;
	background-repeat: no-repeat;
	height: auto;
	width: auto;
	background-color: white;
}

/*----------------------------------------------------------*/ 

/* sidebar */
#sidebar {
	float: left;
	width: 240px;
	margin: 0 0 5px 0; padding: 0;	
}	

.sidebox {
	background: #F5F5F5;
	border: 1px solid #EFEDED;
	margin-bottom: 5px;
}

