/* HTML */
body {
	margin: 0px;
	padding: 0px;
	background: url(images/bg.gif) repeat-x #FDFDFD;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #626262;
}

a {
	color: #626262;
	text-decoration: underline;
}

a:hover {
	color: #E10C0C;
	text-decoration: underline;
}

form {
	margin: 0px;
	padding: 0px;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
}

hr {
	margin: 0px;
	height:1px;
	background-color: #EAEAEA; 
	border: 0px;
	text-align: left;
}

input,td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #626262;
}



/* Diverses */
.border { border:1px #626262 solid; }
.hr {
	width: 100%;
	height: 1px;
	background: url(images/hr.gif);
}

.col_black { color: #000000; }
.col_red { color: #E10C0C; }
.col_font { color: #626262; }



/* Formulare */
.form_input {
	padding: 1px 2px 1px 2px;
	height: 16px;
	border: 1px #626262 solid;
	background: #FFFFFF;
}

.form_active {
	padding: 0px 2px 0px 2px;
	height: 18px;
	border: 1px #E10C0C solid;
	background: #FFFFFF;
	color: #E10C0C;
}




/* Seite */
#container {
	margin: 0 auto;
	width: 805px;
}



/* Header */
#header {
	width: 805px;
	height: 163px;
	background: #D9D9D9;
}

#header .left {
	float: left;
	width: 15px;
	height: 100%;
	background: url(images/left_top.gif);
}

#header .middle {
	float: left;
	width: 775px;
	height: 100%;
}

#header .right {
	float: left;
	width: 15px;
	height: 100%;
	background: url(images/right_top.gif);
}

#header .headline {
	height: 26px;
	background: url(images/headline.gif) repeat-x;
}

#header .logo {
	height: 98px;
	padding: 0px 0px 0px 25px;
}

#header .search_text {
	padding: 4px 8px 0px 0px;
	font-weight: bold;
}

#header .search_input {
	margin: 2px 8px 0px 0px;
	padding: 1px 3px 1px 3px;
	width: 120px;
	height: 14px;
	font-size: 12px;
	background: #ffffff;
	border: 1px #626262 solid;
}



/* Navigation */
#header .navi {
	height: 38px;
	background: url(images/navi_bg.gif) repeat-x;
}

#header .navi ul {
	margin: 0px 0px 0px 52px;
	padding: 0px;
	background-color: transparent;
}

#header .navi li {
	float: left;
	width: 87px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	background-color: transparent;
}

#header .navi a {
	display:block;
	width: 87px;
	margin: 0px;
	padding: 5px 0px 4px 0px;
	background: url(images/navi_button.gif) repeat-y;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

#header .navi a:hover {
	display:block;
	width: 87px;
	margin: 0px;
	padding: 5px 0px 4px 0px;
	background: url(images/navi_button_active.gif) repeat-y;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

#header a.selected {
	color: #E10C0C;
	background-image: url(images/navi_button_active.gif);
}



/* Content */
#content {
	width: 805px;
	background: url(images/content_bg.gif) #FFFFFF;
}

#content .left {
	float: left;
	width: 15px;
	height: 500px;
	background: url(images/left_middle.gif) no-repeat;
}


#content .right {
	float: left;
	width: 15px;
	height: 500px;
	background: url(images/right_middle.gif) no-repeat;
}



/* Content-Bereich */
#main {
	float: left;
	width: 623px;
	min-height: 500px;
	background: #ffffff;
}

#main .content {
	padding: 0px 40px 15px 20px;
}

#main .topic {
	padding: 3px 0px 3px 18px;
	font-weight: bold;
	/*background:url(images/topic.gif) #EAEAEA repeat-y;*/
	background:url(images/topic_main.gif) #EAEAEA;
	border: 1px #C6C6C6 solid;
}

#main .subline {
	height: 18px;
	background: url(images/subline.gif);
}

#main .button {
	width: 136px;
	margin-top: 3px;
	padding: 2px 0px 4px 0px;
	text-align: center;
	background: url(images/sidebar_button.gif);
}

#main .button a {
	color: #626262;
	text-decoration: none;
}

#main .button a:hover {
	color: #626262;
	text-decoration: underline;
}

#main .list {
	margin-left: 0px;
	padding-left: 5px;
	line-height: 20px;
}

#main .data {
	margin-left: 0px;
	padding-left: 25px;
	line-height: 20px;
}


#main .sub_topic {
	width: 140px;
	padding: 4px 0px 4px 0px;
	background: url(images/sub_topic.gif);
	text-align:center;
	color: #FFFFFF;
}

#main .sub_navi {
	width: 140px;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#main .sub_navi a {
	text-decoration: none;
}

#main .sub_navi a:hover {
	text-decoration: underline;
}

#main .sub_navi li {
	padding: 2px 0px 2px 5px;
	background: url(images/sub_navi.gif);
}

#main .blog_topic a {
	padding: 2px 1px 2px 1px;
}

#main .blog_topic a:hover {
	background: #626262;
	color: #FFFFFF;
}

#main .blog_info {
	padding-top: 6px;
	color: #c0c0c0;
	font-size: 10px;
}


/* Sidebar */
#sidebar {
	float: left;
	width: 152px;
	min-height: 500px;
	background: #FFFFFF;
}

#sidebar .subline {
	height: 18px;
	background: url(images/subline.gif);
}

#sidebar .topic {
	padding: 3px 0px 3px 18px;
	font-weight: bold;
	background:url(images/topic_sidebar.gif) #EAEAEA;
	border: 1px #C6C6C6 solid;
}

#sidebar .content {
	padding: 5px 8px 15px 8px;
	background: #F9F9F9;
}

#sidebar .content a {
	color: #626262;
	text-decoration: none;
}

#sidebar .content a:hover {
	color: #626262;
	text-decoration: underline;
}

#sidebar .active a {
	color: #E10C0C;
	text-decoration: none;
}

#sidebar .active a:hover {
	color: #E10C0C;
	text-decoration: underline;
}

#sidebar .vote {
	width: 136px;
	margin-top: 15px;
	padding: 2px 0px 4px 0px;
	text-align: center;
	background: url(images/sidebar_button.gif);
}

#sidebar .vote a {
	color: #E10C0C;
	text-decoration: none;
}

#sidebar .vote a:hover {
	color: #E10C0C;
	text-decoration: underline;
}

#sidebar .button {
	width: 136px;
	margin-top: 3px;
	padding: 2px 0px 4px 0px;
	text-align: center;
	background: url(images/sidebar_button.gif);
}

#sidebar .button a {
	color: #626262;
	text-decoration: none;
}

#sidebar .button a:hover {
	color: #626262;
	text-decoration: underline;
}



/* Footer */
#footer {
	width: 805px;
	height: 24px;
}

#footer .left {
	float: left;
	width: 15px;
	height: 24px;
	background: url(images/left_bg.gif);
}

#footer .middle {
	float: left;
	width: 775px;
	padding: 5px 0px 4px 0px;
	text-align: center;
	font-size: 11px;
	background: url(images/footer_bg.gif);
	border-bottom: 1px #B7B6B6 solid;
}

#footer .middle a {
	text-decoration: none;
}

#footer .right {
	float: left;
	width: 15px;
	height: 24px;
	background: url(images/right_bg.gif);
}


/* LINKS */
.link_img {
	width: 150px;
	padding: 2px;
	border: 1px #626262 solid;
}

.link_img a img { 
    /*opacity: 0.75;
    -moz-opacity: 0.75;
    filter: Alpha(opacity = 75);*/
} 

.link_img a:hover img { 
    /*opacity: 1.0;
    -moz-opacity: 1.0;
    filter: Alpha(opacity = 100);*/
}


/* GALERIE */
.thumb_box {
	float: left;
	margin-right: 38px;
	padding: 8px 4px 8px 4px;
	min-width: 150px;
	background-color: #EAEAEA;
	border: 1px #C6C6C6 solid;
}

.thumb_box a img { 
    /*opacity: 0.75;
    -moz-opacity: 0.75;
    filter: Alpha(opacity = 75);*/
} 

.thumb_box a:hover img { 
    /*opacity: 1.0;
    -moz-opacity: 1.0;
    filter: Alpha(opacity = 100);*/
}

.thumb_small {
	margin-right: 14px;
	margin-bottom: 10px;
	min-width:120px;
	width:120px;
	height:90px;
}

.thumb_social {
	margin: 2px;
	padding: 2px;
	min-width: 22px;
	min-height: 20px;
	text-align:center;

	border: 1px #EAEAEA solid;
	background-color: #FFFFFF;
}

.thumb_start {
	float: none;
	margin-right: 0px;
}


.thumb_img {
	border: 1px #626262 solid;
	background-color: #000000;
}
