@import url(sjr-textstyles.css);
@import url(footer.css);
@import url(blog.css);

/* blau #006ab3 */
/* gelb #fed602 */

body {
	text-align: center;
	margin: 0px;
	background-color: #f4f4f4;
}

img {
	border: none;
}

#center {
	margin: 0 auto 0 auto;
	width: 900px;
	text-align: left;
	background-color: white;
}

#top .top-links {
	text-align: right;
	border-bottom: 1px solid #999;
	padding-right: 20px;
}

#top .top-links a {
	color: black;
	text-decoration: none;
}

#top .top-links a:hover {
	text-decoration: underline;
}

.content-left {
	width: 250px;
	float: left;
    
}

.content-left-bottom {
    padding: 5em 0 5em 0;
    border-right: 1px solid #006ab3;
    background: url(img_sjr/menu_bottom_back.gif) repeat-x 0 0;
}

.content-left-bottom img {
    margin-bottom: 2em;
}

.content-center {
	float: left;
	width: 630px;
	margin: 0 0 40px 10px;
}

.content-center-left {
    width: 400px;
    float: left;
    margin-right: 20px;
}

.content-center-right {
    width: 200px;
    float: left;
}



#sjr-mainmenu {
	list-style-type: none;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

#sjr-mainmenu a {
	color: white;
	text-decoration: none;
	border-bottom: none;
}

#sjr-mainmenu .layer_1 {
	background-color: #006ab3;
	padding: 5px 5px 0 5px;
	font-family: georgia, times, serif;
	font-size: 200%;
	line-height: 120%;
	margin-top: 3px;
	letter-spacing: 0.04em;
}

#sjr-mainmenu .layer_2 {
	padding-left: 20px;
	background:url(img_sjr/sjr_menu_link.png) no-repeat 8px 8px #006ab3;
}

#sjr-mainmenu .layer_3 {
	padding-left: 35px;
	background:url(img_sjr/sjr_menu_link_2.png) no-repeat 23px 8px #006ab3;
}

input, textarea {
    border: 1px solid #006ab3;
    width: 300px;
    margin: 0px 2px 5px;
   	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
}

input.error, textarea.error {
    background-color:  transparent;
    border-color: #fed602;
}

textarea {
    height: 200px;
}

input.button {
    width: 149px;
    background-color: #006ab3;
    color: white;
}

fieldset {
    margin: 2em 0 0 0;
    width: 320px;
    border: 1px solid #006ab3;
   	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
    background-color: #f8f8f8;
}

legend {
	font-family: georgia, times, serif;
	font-weight: normal;
	font-size: 120%;
	letter-spacing: 0.02em;
	color: #006ab3;
}

form .meldung {
    background-color: #fed602;
    width: 302px;
    text-align: center;
}

.clearer {
	line-height: 0px;
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
}