/*
    project: Berlin Wunderbar 
    type: stylesheet
    
    (c) cosmoblonde 2007. All rights reserved.
*/

    

* {
	margin: 0;
	padding: 0;
}

body{
	font-size:11px;
	color:#CBD3C4;
	font-family: Verdana, Arial, sans-serif;
	background:#526E3E url(../images/backgrounds/starttile.jpg) repeat 2px 0;
	xoverflow-x:hidden;
}

h1{
	font-size:13px;
	font-weight:bold;
}

h2{
	font-size:13px;
	font-weight:bold;
}

h3{
	font-size:12px;
	font-weight:bold;
}


a{
	color:#CBD3C4;
	text-decoration:none;
}
a:hover{
	color:#859E4C;
}
a:active{
	color:#CF9526;
}


ul{
	list-style-position:inside;
}


.hide {
    width: 30em;
    height: 1em;
    overflow: hidden;
    position: absolute;
    left: -200em;
}