/* Designed by François PLANQUE - http://fplanque.net/ */

@import url("../../rsc/css/basic.css");	/* Import basic styles */
@import url("../../rsc/css/img.css");	/* Import standard image styles */
@import url("../../rsc/css/blog_elements.css");	/* Import standard blog elements styles */
@import url("../../rsc/css/forms.css");	/* Import default form styles */
@import url("../../rsc/css/comments.css");	/* Import default comment styles */


body{
background: url(img/karte.gif) no-repeat #FFF;
font-family: Arial;
font-size: 13px;
color: #333;
}

#blah{
margin-left: 280px;
width: 800px;
height: 100%;
}

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

a:hover {
color: #6600cc;
}

#header{
width: 100%;
margin-top: 10px;
margin-bottom: 40px;
}

#content{
width: 590px;
min-height: 300px;
float: right;
}

.padding{
padding: 10px;
}

#sidebar{
width: 200px;
color: #666;
font-size: 10px;
font-weight: bold;
text-align: right;
float: left;
}

#sidebar a{
color: #666;
text-decoration: none;
}

#sidebar a:hover{
color: #6600cc;
text-decoration: none;
}

h1{
font-size: 20px;
color: #6600cc;
font-weight: bold;
line-height: 10px;
}

h1 a{
text-decoration: none;
color: #6600cc;
}

.untermstrich{
font-size: 10px;
color: #9966cc;
margin-bottom: 30px;
}

.untermstrich a{
color: #9966cc;
text-decoration: none;
}

.untermstrich a:hover{
color: #6600cc;
text-decoration: none;
}

#footer{
width: 100%;
text-align: center;
font-size: 10px;
height: 13px;
text-transform: uppercase;
}
