/*  
Theme Name: Sven Goder
Theme URI: http://www.sven-goder.de
Description: sven goder - concept artist
Version: 2
Author: sven goder
Author URI: http://sven-goder.de

*/

/*  general */


body{
		font-family: times new roman;
		font-size: 19px;
		text-align: left;
		background: #fff url(images/background1.jpg)  repeat-x center top fixed;
		vertical-align: top;
		margin: 0px;
		padding: 0px;
		color: #000;
		}

 #wrapper{
		float:left;
		width: 1000px;
		margin: 0 auto;
		text-align: left;
		/*background: url(images/wrapper.png) no-repeat left top;*/

		}
		
#sidebar{
		float: left;
		border-top: 0px;
		position: relative;
		margin-left: 10px;
		margin-top: 220px;
		width: 270px;
		}

#menu ul{
		font-family: times new roman;
		font-size: 18px;
		list-style: none;
		padding: 0;
		}

#menu ul li{
		padding: 5px;
		margin: 5px;
		line-height: 22px;
		color: #FFFFFF;
		}

#menu ul li a{
		padding: 5px;
		margin: 5px;
		text-decoration: none;
		color: #000000;
		background: url(images/bg.png) repeat;
		border-top: #999999 1px solid;
		}

#menu ul li a:hover{
		background: #f9f9f9;
		}


#content{
		float: left;
		border-top: 0px;
		position: relative;
		width: 680px; 
		padding-top: 20px;
		margin-top: 30px;
		}

#content2 ul{
		font-family: times new roman;
		font-size: 18px;
		list-style: none;
		padding: 0;
		}

#content2 ul li{
		padding: 5px;
		margin: 5px;
		line-height: 22px;
		color: #FFFFFF;
		cursor: default;
		}

#content2 ul li a{
		padding: 5px;
		margin: 5px;
		text-decoration: none;
		color: #000000;
		background: url(images/bg.png) repeat;
		border-top: #999999 1px solid;
		cursor: default;
		}

#content2 ul li a:hover{
		background: #f9f9f9;
		cursor: default;
		}
.border{
		margin: 10px;
		padding: 10px;
		background: url(images/bg.png) repeat;
		}

a{
		padding: 5px;
		margin: 5px;
		text-decoration: none;
		color: #000000;
		background: url(images/bg.png) repeat;
		border-top: #999999 1px solid;
		}

a:hover{
		background: #f9f9f9;
		}
h1{
		font-family: times new roman;
		font-size: 28px;
		font-weight: bold;
		margin: 5px;
		padding: 5px;
		background: url(images/bg.png) repeat;
		}
br{		margin: 5px;
		padding: 5px;
		background: url(images/bg.png) repeat;
		}
		
p{		margin: 5px;
		padding: 5px;
		background: url(images/bg.png) repeat;
		width: auto;
		}