﻿/*
Theme Name: blue1
Description: Blue Design 1
Version: 1.0
Author: Clemens Pfauser
Tags: mantle color, variable width, two columns, widgets
*/

body {
	margin:				0px;
	padding:			0px;
	
	font-family:		Verdana, Geneva, sans-serif;
}

a {
	text-decoration:	none;
	border-bottom:		1px dotted #003060;
	color:				#003060;


}

a:hover {
	border-bottom: 1px solid #003060;
}

#wrapper {
	width:				809px;
	margin:				20px auto 0 auto;
	border:				1px solid black;
	overflow:			auto;
}

#logo {
	float:				left;	
}

#menue {
	width:				572px;	
	height:				144px;
	border-bottom:		1px solid black;
	border-left:		1px solid black;
}

#menue th {
	height:				113px;	
}

#menue a {
	font-size:			12px;
	font-weight:		bold;
	color:				#FFF;
	text-decoration:	none;
	display:			block;
	width:				100%;
	height:				23px;
	padding:			7px 0 0 0;
}

#menue td {
	background:			#003060;
	text-align:			center;
}

#menue th, #menue td {
	border:				1px solid white;
	border-right:none;
}

#block1 {
	background:			#004d99;
}
#block2 {
	background:			#0080ff;
}
#block3 {
	background:			#6db5fc;
}
#block4 {
	background:			#c4e2ff;
}

#sidebar {
	border-top:			1px solid black;
	border-right:		1px solid black;
	width:				236px;
	min-height:			550px;
	margin:				-1px 0 0 0;
	float:				left;
}

#sidebar ul {
		margin:				0px;
		padding:			0px;
}

#sidebar ul li {
	list-style: 		none;
}

.widgettitle {
	
	background:			#003060;
	padding:			6px;
	margin:				0 -10px 5px -10px;
	font-size:			12px;
	font-weight:		bold;
	color:				#FFF;
	
	
	
}

.widget {
padding: 				0 10px 10px 10px;
font-size: 				12px;
}

#sidebar table td {
	font-size:			11px;
	padding:			6px;
}

#content {
	margin: 			0 0 0 240px;
	padding:			10px 20px 10px 30px;
	font-size:			12px;
}

#content p {
	margin:				0 0 0 20px;	
}

h1 {
	color:				#003060;
	border-bottom:		1px solid #003060;
}

h1 a {
	color:				#003060;
	text-decoration:	none;
	}

#footer {
	width:				799px;
	margin:				0 auto;
	font-size:			12px;
	background:			#999;
	padding:			5px;
	color:				#333;
	text-align:			center;
	border:				1px solid black;
	border-top:			none;
}

#footer a {
	color:				#333;
}

