/* default styles */
body { padding: 5px 0 0 0; margin: 0; font: .7em Tahoma, Arial, sans-serif; line-height: 1.7em; background: #fff url(bg.jpg) repeat-x; color: #454545; }
a { color: #2F637A; background: inherit; }
a:hover { color: #808080; background: inherit; }
p {	margin: 0 0 5px 0; }
h1 {	font: bold 2.3em Arial, Sans-Serif; padding: 5px 0 0 0; margin: 0; letter-spacing: -1px; }
h2 { margin: 0; padding: 0; font: bold 1.8em Arial, Sans-Serif; letter-spacing: -1px; }
h1 a, h2 a, h5 a { color: #000; background: inherit; text-decoration: none; }
h5 {	font: bold 4.0em Arial, Sans-Serif; padding: 5px 0 0 0; margin: 0; letter-spacing: 1px; }
ul { margin: 0; padding : 0; list-style : none; }
img { border: 0; }

/* layout */
#content { margin: 10px auto; width: 900px; }
#logo { margin: 0 0 10px 0; }
#slogan { font-size: 0.9em; margin: 0 0 10px 2px; padding: 0; color: #808080; }
#top_info { line-height: 25px; float: right; color: #808080; margin: 12px 5px 7px 0; text-align: right; height: 74px; }

/* round blue login button */
#loginbutton a { text-decoration: none; width: 24px; padding: 7px 12px; margin: 0 0 0 8px; height: 28px; background: #fff url(lb.gif) no-repeat; color: #000; }
#loginbutton a:hover{ background: #fff url(lbhover.gif) no-repeat; color: #000;}

/* main horizontal menu */
#tablist{ padding-top: 11px; padding-bottom: 3px; margin: 0; float: left; }
	#tablist li{ list-style: none; display: inline; margin: 0; }
	#tablist li a{
		text-decoration: none;
		padding: 9px 20px;
		margin-right: 2px;
		background: #808080 url(corner.gif) no-repeat top right;
		font-weight: bold;
		color: #fff;
	}
	#tablist li a:hover{
		background: #6495AB url(corner.gif) no-repeat top right;
		color: #fff;
	}
	#tablist li a.current{
		background: #9FC7D8 url(corner.gif) no-repeat top right;
		color: #2F637A;
		padding: 6px 27px;
	}
	#tablist .key { text-decoration: underline; }

/* main menu topics */
#topics {
	clear: left;
	float: left;
	width: 900px;
	background: #B0D0DC url(topicsbg.gif) repeat-x left bottom;
	padding-top: 4px;
	margin: 0 0 8px 0;
	font-size: 105%;
	color: #4F4F00;
	height: 36px;
}
#topics li a { background-image: url(bullet.gif); background-repeat: no-repeat; background-position: center left;  padding: 0 0 0 12px; }

/* main menu search */
#search {
	float: right;
	text-align: right;
	background: #fff url(searchbg.gif) no-repeat;
	color: #000;
	padding: 32px 20px 12px 20px;
	min-height: 32px; /* FF height */
	height: 25px;	/* IE height */
	width: 270px;
}
/* search form styling */
form, form p { margin: 0; padding: 0; line-height: 25px; }
.search { width: 170px; border: 1px solid #357994; background: #fff; color: #478F36; padding: 4px; margin: 0; font-weight: bold; font-size: 1.3em;  }
.button { padding: 4px; font: bold 1em Arial, Sans-Serif; }


#index {
	clear: both;
	float: left;
	width: 900px;
	margin: 0 0 10px 0;
}

/* left side */
#left {
	float: left;
	width: 600px;
	margin: 0 0 10px 0;
}
	.subheader {
		margin: 0 0 10px 0;
		padding: 8px;
		background: #f4f4f4 url(bgshade.gif) repeat-x;
		color: #808080;
		border-bottom: 1px solid #ccc;
	}
	.left_articles {
		margin: 0px 0 10px 0;
		background: #fff url(bgshade.gif) repeat-x;
		color: #454545;
		padding: 15px 15px 5px 10px;
	}
		.date { font-size: .9em; padding: 0 0 0 12px; background: #fff url(news.gif) no-repeat center left; color: #808080; }
		.bigimage {
			float: left;
			clear: left;
			border: 1px solid #ccc;
			background: #eee;
			color: #000;
			width: 165px;
			height: 150px;
			margin: 0 15px 10px 0;
		}
	.left_box {
		background: #f4f4f4;
		color: #808080;
		border-top: 1px dotted #ccc;
		border-bottom: 1px dotted #ccc;
		padding: 10px;
		margin: 0 0 18px 0;
	}
	.thirds {
		float: left;
		width: 171px;
		padding: 0 10px 0 15px;
	}		
	.rssfeeds {
		float: left;
		width: 25%;
		padding: 0 10px 0 15px;
	}		
	.rssfeeds2 {
		float: left;
		width: 90px;
		padding: 0 10px 0 15px;
	}		
		
/* right side */
#right {
	float: right;
	width: 288px;
	margin: 0 0 10px 0;
}
	.right_articles {
		border: 1px solid #ccc;
		padding: 8px;	
		margin: 0 0 10px 0;
		background: #eee;
		color: #454545;
	}
	.image { float: left; margin: 0 9px 3px 0; }
	.notes {
		border-top: 1px dotted #ccc;
		border-bottom: 1px dotted #ccc;
		padding: 10px 9px 10px 21px;	
		margin: 0 0 10px 0;
		line-height: 21px;
		background: #fff url(notes.jpg) repeat-y center left;
		color: #454545;
	}
/* footer */
#footer { 
	clear: both;
	color: #808080;
	background: #FFF;
	padding: 5px 17px;
	border-top: 1px dotted #ccc;
}
#footer .right { float: right; }

#linker { 
	clear: both;
	color: #505050;
	background: #FFF9F4;
	padding: 0 20px;
	border-top: 1px dotted #ccc;
}
#linker .right { float: right; }

/* form */
form { display: inline; }
input.text, textarea, input.mainoption, input.liteoption, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding:2px;
	border: solid 1px #CCC;
	background-color: #F0F0F0;
	color: #666;
}
input.mainoption { font-weight: bold; color: #444; }
input.text, textarea { width: 100%; }
input.text-num { width: 50px; }
textarea { height: 100px; }

input.text:hover, textarea:hover, input.mainoption:hover, input.liteoption:hover {
	border-color: #888;
	color: #444;
	background-color: #F4F4F4;
}
input.text:focus, textarea:focus, input.mainoption:focus, input.liteoption:focus {
	border-color: #B02A0F;
	color: #222;
	background-color: #FAFAFA;
}

* html input.text, * html textarea { width: 98%; }
* html input.text-num { width: 50px; }
* html input.text, * html textarea, * html input.mainoption, * html input.liteoption {
	border-color: #888;
	color: #444;
	background-color: #F8F8F8;
}
* html input.mainoption { color: #000; }
* html input.ie6 { margin-left: 3px; }

label {
	display: block;
	margin: 3px 0;
}

.error {
	border: solid 1px #B02A0F;
	background-color:#F8C0C0;
	padding: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.6em;
}
.error h2 {
	border-left-width: 0;
	background: none;
	margin-top: 0;
	margin-bottom: 5px;
	padding-left: 0;
}

.form-table td { text-align:left; border-bottom: solid 1px #DDD;font-size:13px;line-height:30px;font-weight: bold; }
.form-table tr td { color:#626A73; }
.form-table tr:hover td { color:#3E4349; }
.form-table tr td label { color:#535B63; }
.form-table tr td label:hover { color:#B02A0F; }
.form-table tr td .form-comment { color: #626A73; font-size: 10px; }
.form-table td.form-submit { text-align: center; border-bottom: none; }
.form-table td.form-row { text-align:left; }
.form-right { border-left: dotted 1px #DDD; }

.pages b {
	margin: 4px;
	padding: 7px;
	font-weight: bold;
	background-color: #F4F2E8;
	border: 1px solid #CC9900;
	color: #112110;
	font-size: 1.3em;
}
.pages span a, .pages span a:link, .pages span a:visited, .pages span a:active {
	font: 1.1em "Arial Black", Arial, sans-serif; 
	font-weight: normal;
	text-decoration: none;
	color: #747474;
	margin: 4px;
	padding: 9px 8px;
	background-color: #E8F4F3;
	border: 1px solid #29C5A6;
	line-height: 3em;
}
.pages span a:hover {
	border-color: #669999;
	background-color: #CEDFDF;
	color: #003300;
	text-decoration: none;
}


/* -: */
.row {
	line-height: 21px;
}

.rowG {
	line-height: 20px;
	font-size:17px;
	border-bottom:2px groove #FFFFFF;
}

.post {
	padding: 0 10px;
	margin-bottom: 4px;
	background-repeat: no-repeat;
	background-position: 100% 0;
}

.post:target .content {
	color: #000000;
}

.post:target h3 a {
	color: #000000;
}

.bg1	{ background-color: #ECF3F7; }
.bg2	{ background-color: #e1ebf2; }
.bg3	{ background-color: #cadceb; }

span.corners-top, span.corners-bottom, span.corners-top span, span.corners-bottom span {
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 5px;
	background-repeat: no-repeat;
}

span.corners-top {
	background-image: none;
	background-position: 0 0;
	margin: 0 -5px;
}

span.corners-top span {
	background-image: none;
	background-position: 100% 0;
}

span.corners-bottom {
	background-image: none;
	background-position: 0 100%;
	margin: 0 -5px;
	clear: both;
}

span.corners-bottom span {
	background-image: none;
	background-position: 100% 100%;
}

.headbg span.corners-bottom {
	margin-bottom: -1px;
}

.content p {
	font-size: 14px;
}
.post span.corners-top, .post span.corners-bottom, .panel span.corners-top, .panel span.corners-bottom, .navbar span.corners-top, .navbar span.corners-bottom {
	margin: 0 -10px;
}

* html span.corners-top, * html span.corners-bottom { background-image: url("./styles/prosilver_se/theme/images/corners_left.gif"); }
* html span.corners-top span, * html span.corners-bottom span { background-image: url("./styles/prosilver_se/theme/images/corners_right.gif"); }

span.corners-top {
	background-image: url("http://www.forumo.de/styles/prosilver_se/theme/images/corners_left.png");
}

span.corners-top span {
	background-image: url("http://www.forumo.de/styles/prosilver_se/theme/images/corners_right.png");
}

span.corners-bottom {
	background-image: url("http://www.forumo.de/styles/prosilver_se/theme/images/corners_left.png");
}

span.corners-bottom span {
	background-image: url("http://www.forumo.de/styles/prosilver_se/theme/images/corners_right.png");
}


.opacityit img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.6;
}

.opacityit:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}
