/*

Theme Name: Blue Simplicity

Theme URI: http://www.svenzimmermann.de/

Description: My very own theme.

Version: 1.0

Author: Sven Zimmermann

Author URI: http://www.svenzimmermann.de//

Tags: blue, custom theme, fixed width,

Text Domain: Lala



*/







/* Begin Typography & Colors */

body {

	background-color: #999;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #FFF;

	background-image:url(images/bg.gif);

	background-repeat: repeat;

	background-color: #999;

}



.mainwrap {



	width: 1250px;

	height: auto;

	position: absolute;

	left: 0px;

	top: 0px;

}



.naviwrap {

	height: 50px;

	width: 625px;

	float: left;

	padding-left: 200px

}



.naviwrap a {

	font-size: 20px;

	width: auto;

	height: 15px;

	padding-left: 10px;

	padding-right: 10px;

	padding-top: 5px;

	padding-bottom: 5px;

	background-color: #369;

}



.pagewrap {

	height: auto;

	width: 700px;

	float: left;

	padding-left:100px;

}



.sidewrap {

	height: auto;

	float: right;

	width: 382px;

	margin-right:24px;

	padding-top: 92px;

}



.sidebar {

	margin-left: 25px;

	width: 300px;

}



.footer {

	width: 700px;

	float: left;

	padding-top: 25px;

	padding-bottom: 25px;

}



.widgettitle {

	width: 250px;

	border-bottom: solid thin #FFF

}



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

a {text-decoration: none; color: #FFF;}







/*F�r Men�*/



.menu{

	border:none;

	border:0px;

	margin:0px;

	padding-left:0px;

	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;

	font-size:14px;

	font-weight:bold;

	}

.menu ul{

	background:#336699;

	border-bottom: thin solid #FFF;

	height:35px;

	list-style:none;

	margin:0;

	padding-left:80px;

	width: 950px;

	}

	.menu li{

		float:left;

		padding:0px;

		}

	.menu li a{

		background:#336699 url("images/seperator.gif") bottom right no-repeat;

		color:#FFF;

		display:block;

		font-weight:normal;

		line-height:35px;

		margin:0px;

		padding:0px 25px;

		text-align:center;

		text-decoration:none;

		}

		.menu li a:hover, .menu ul li:hover a{

			background: #2580a2 url("images/hover.gif") bottom center no-repeat;

			color:#FFFFFF;

			text-decoration:none;

			}

	.menu li ul{

		background:#336699;

		display:none;

		height:auto;

		padding:0px;

		margin:0px;

		border:0px;

		position:absolute;

		width:225px;

		z-index:200;

		/*top:1em;

		/*left:0;*/

		}

	.menu li:hover ul{

		display:block;

		

		}

	.menu li li {

		background:url('images/sub_sep.gif') bottom left no-repeat;

		display:block;

		float:none;

		margin:0px;

		padding:0px;

		width:225px;

		}

	.menu li:hover li a{

		background:none;

		

		}

	.menu li ul a{

		display:block;

		height:35px;

		font-size:12px;

		font-style:normal;

		margin:0px;

		padding:0px 10px 0px 15px;

		text-align:left;

		}

		.menu li ul a:hover, .menu li ul li:hover a{

			background:#2580a2 url('images/hover_sub.gif') center left no-repeat;

			border:0px;

			color:#ffffff;

			text-decoration:none;

			}

	.menu p{

		clear:left;

		}	



