@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	margin-bottom: 1px;
}
body {
	margin: 0;
	padding: 0;
	background: url(images/img01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}



.red{
	text-decoration: none;
	color: #ff3300;

}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clearFloat {
	clear: both;
	height: 0;
	overflow: hidden;
}

a {
	text-decoration: none;
	color: #3386b0;
	outline: none;
}
a:hover {
	text-decoration: underline;
}

/*

	WRAPPER START
	
*/
#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 940px;
	padding: 0 20px 20px 20px;
}



/*

	TOP NAVIGATION
	
#topNav {
	float: left;
	height: 25px;
}
#topNav li {
	display: inline;
}
#topNav li a {
    background: url(../images/top_nav_btn_a.png) no-repeat scroll right top;
    color: #fff;
    text-decoration: none;
    display: block;
    float: left;
    height: 25px;
    margin-right: 10px;
    padding-right: 20px;
    background-position: right bottom;
    background-position: right bottom;
}
#topNav li a span {
    background: url(../images/top_nav_btn_span.png) no-repeat scroll left top;
    display: block;
    line-height: 15px;
    padding: 5px 0 5px 20px;
}
#topNav li a:hover {
	background-position: right bottom;
}
#topNav li a:hover span {
	background-position: left bottom;
}
/*

	SEARCH
	

#search {
	float: right;
	width: 220px;
	height: 30px;
}
#searchBox {
	background: url(../images/search_bg.gif) no-repeat scroll left top;
	color: #fff;
	font: normal 13px Arial, Helvetica, sans-serif;
	width: 172px;
	height: 16px;
	border: 0;
	float: left;
	padding: 7px;
}
#searchBtn {
	width: 34px;
	height: 30px;
	float: left;
}
/*

	LOGO, SLOGAN
	

#logoSlogan {
	background: url(../images/logo_slogan_bg.jpg) no-repeat scroll left top;
	width: 940px;
	height: 150px;
	margin-top: 25px;
	overflow: hidden;
}
#logo {
	margin: 45px 0 10px 0;
}
#logo2 {
	margin-top: 25px;
}
#logo h1, #logo2 h1 {
	width: 56px;
	height: 26px;
	text-indent: -9999px;
}
#logo h1 a, #logo2 h1 a {
	background: url(../images/logo.png) no-repeat scroll left top;
	width: 56px;
	height: 26px;
	display: block;
}
#slogan, #slogan2 {
	text-align: center;
	color: #fff;
}
#slogan2 {
	margin: 15px 0;
}
/*

	LOGO, SLOGAN BUTTONS
	

#logoSloganBtns {
	width: 100%;
	overflow: hidden;
}
#logoSloganBtns ul {
	float: left;
	position: relative;
	left: 50%;
}
#logoSloganBtns li {
	float: left;
	position: relative;
	right: 50%;
}
#logoSloganBtns a {
    background: url(../images/top_nav_btn_a.png) no-repeat scroll right top;
    color: #fff;
    text-decoration: none;
    display: block;
    float: left;
    height: 25px;
    margin-right: 10px;
    padding-right: 20px;
}
#logoSloganBtns a span {
    background: url(../images/top_nav_btn_span.png) no-repeat scroll left top;
    display: block;
    line-height: 25px;
    padding-left: 20px;
}
#logoSloganBtns a:hover {
	background-position: right bottom;
}
#logoSloganBtns a:hover span {
	background-position: left bottom;
}
/*

	CONTENT START
	
*/
#content {
	width: 940px;
	overflow: hidden;
}
/*

	INTRO
	

#intro {
	background: url(../images/intro_bg.gif) no-repeat scroll left top;
	width: 420px;
	height: 200px;
	float: left;
	margin: 50px 0 40px 0;
	padding: 20px;
	overflow: hidden;
}
#intro h3 {
	margin-bottom: 20px;
}
#intro p {
	line-height: 16px;
}
#intro ul {
	margin-top: 16px;
	line-height: 16px;
}
/*

	SIGN UP, LOGIN
	
*/
#signupLogin {
	width: 460px;
	height: 290px;
	float: right;
	margin: 0 0 40px 0;
	overflow: hidden;
}
#signupLoginTabs {
	width: 440px;
	height: 50px;
	margin-left: 20px;
}
#signupLoginTabs li {
	text-align: center;
	float: left;
	width: 100px;
	height: 50px;
}
#signupLoginTabs a {
	background: url(../images/signup_login_tabs.gif) no-repeat scroll left top;
	color: #fff;
	font-size: 18px;
	display: block;
	width: 100px;
	height: 38px;
	padding-top: 12px;
}
#signupLoginTabs a.selected {
	background-position: left -50px;
}
#signupLoginTabs a:hover.selected {
	text-decoration: none;
}
/*

	X
	
*/
#signup, #login {
	background: url(../images/signup_login_bg.gif) no-repeat scroll left top;
	width: 420px;
	height: 200px;
	padding: 20px;
}
#signup h3, #login h3 {
	color: #fff;
	margin-bottom: 20px;
}
#signup div p, #login div p {
	color: #fff;
}
.inputBox, .inputBox2 {
	background: url(../images/input_box.png) no-repeat scroll left top;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #999;
	padding: 5px;
	width: 190px;
	height: 15px;
	border: 0;
	margin: 10px 0;
}
.inputBox2 {
	margin: 10px 0 20px 0;
}

.accountbox{
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #000;
	float: left;
	border: #cccccc 1px solid;
	padding: 4px;
	width: 400px;
	height: 25px;
	margin-bottom: 10px;
	
}
.accountboxError{
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #000;
	float: left;
	border: #ff3300 1px solid;
	padding: 4px;
	width: 400px;
	height: 25px;
	margin-bottom: 10px;
}

.accountselect{
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #000;
	float: left;
	padding: 4px;
	width: 410px;
	border: #cccccc 1px solid;
	margin-bottom: 10px;

}


.accountarea{
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #000;
	float: left;
	padding: 4px;
	width: 400px;
	border: #cccccc 1px solid;
	margin-bottom: 10px;

}


.accountsubmit{
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #000;
	float: left;
	padding: 4px;
	width: 100px;
	height:25px;
	border: #cccccc 1px solid;
	margin-bottom: 10px;

}

/*

	BIG BOX
	
*/
#bigBox {
	width: 620px;
	overflow: hidden;
}
.bigBoxTitle
{
color:#333333;

}

#bigBoxTitle {
	background: url(../images/box_title_bg.gif) no-repeat scroll -300px top;
	width: 580px;
	height: 37px;
	padding: 13px 20px 0 20px;
	color: #333333;
}
#bigBoxContent {
	width: 578px;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	padding: 20px 20px 16px 20px;
}
#bigBoxBottom {
	background: url(../images/box_bottom_bg.gif) no-repeat scroll -300px top;
	width: 620px;
	height: 5px;
	overflow: hidden;
}
/*

	BIG BOX NAVIGATION (USER ACCOUNT)
	
*/
#bigBoxNav {
	background: url(../images/big_box_nav_bg.gif) no-repeat scroll left bottom;
	width: 620px;
	height: 50px;
	position: relative;
}
#bigBoxNavCornerFix {
	background: url(../images/big_box_nav_corner_fix.gif) no-repeat scroll left top;
	position: absolute;
	width: 5px;
	height: 5px;
	top: 49px;
	right: 0px;
}
#bigBoxNav li {
	display: inline;
}
#bigBoxNav li a {
    background: url(../images/big_box_nav_a.gif) no-repeat scroll right -50px;
    color: #999;
    text-decoration: none;
    display: block;
    float: left;
    height: 50px;
    margin-right: 1px;
    padding-right: 20px;
}
#bigBoxNav li a span {
    background: url(../images/big_box_nav_span.gif) no-repeat scroll left -50px;
    display: block;
    padding-left: 20px;
	font-size: 18px;
	font-weight: normal;
	line-height: 50px;
}
#bigBoxNav li a:hover {
    text-decoration: underline;
}
#bigBoxNav li a.selected2 {
	background-position: right top;
}
#bigBoxNav li a.selected2 span {
	background-position: left top;
}
#bigBoxNav li a.selected2:hover {
    text-decoration: none;
}
/*

	BIG BOX CONTENT

.entry2 {
}
.entryPicture2 {
	width: 70px;
	float: left;
}
.entryInfo2 {
	width: 578px;
	float: left;
	overflow: hidden;
}
.entryName2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
.entryName2 img {
	margin-right: 5px;
}
.entryDescription {
	margin-bottom: 5px;
	color:#636363;
}
.entryDescription p {
	margin-bottom: 5px;
	line-height: 16px;
}


.bminfo {
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 11px;
	line-height: 16px;
	color:#636363;
}
.entryTags {
	margin-bottom: 5px;
	color:#e6e6e6;
}
*/
#entryTagsLink
{
color:#333333;
font-weight:bold;
font-size:11px;

}
/*
.entryUrl2 {
	width: 458px;
	float: left;
	overflow: hidden;
}
.entrySocial2 {
	float: left;
}
.entryLink {
	float: right;
}
.entryLink a {
	color: #004480;
}



.bm_detail{
color: #004480;


}
.line2, .line2Last {
	background: #e6e6e6;
	width: 578px;
	height: 1px;
	margin: 10px 0;
	overflow: hidden;
}

.line2Last {
	margin: 10px 0 0 0;
}
*/

.entry2 {
}
.entryPicture2 {
	width: 70px;
	float: left;
}
.entryInfo2 {
	
	float: left;
	overflow: hidden;
	padding-left:7px;
}
.entryName2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-left: 10px;
}
.entryName2 img {
	margin-right: 5px;
}
.entryDescription {
	margin-bottom: 5px;
	padding-top:5px;
	padding-bottom: 5px;
	color:#000;
}
.entryDescription p {
	margin-bottom: 5px;
	line-height: 16px;
}
.entryTags {
	margin-bottom: 5px;
	color:#333333;
}
.entryUrl2 {
	width: 558px;
	float: left;
	overflow: hidden;
	padding-bottom:5px;
}
.entrySocial2 {
	float: left;
	padding-left:10px;
}
.entryLink {

	

	
}
.entryLink a {
	color: #3386b0;
	padding-left:10px;
}
.line2, .line2Last {
	background: #e6e6e6;
	width: 578px;
	height: 1px;
	margin: 10px 0;
	overflow: hidden;
}
.line2Last {
	margin: 10px 0 0 0;
}


#paging {
	background: url(../images/paging_bg.gif) no-repeat scroll left top;
	text-align: center;
	width: 360px;
	height: 40px;
	margin: 20px 0 0 109px;
	line-height: 40px;
}
#paging a.previous {
	margin: 0 15px 0 0;
}
#paging a {
	margin: 0 5px 0 0;
}
#paging a.next {
	margin: 0 0 0 15px;
}


#paging_user {

	text-align: center;
	width:420px;
	height: 40px;
	margin: 10px 0 0 70px;
	line-height: 40px;
}

#paging_user a {
	margin: 0 5px 0 0;
}
/*

	USER ACCOUNT
	
*/
#userAccountName {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}
#userAccountAdd {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;

}
#userAccountPicture {
	width: 100px;
	float: left;
}
#userAccountSocial {
	float: left;
	margin-left:20px;
}
#userAccountSocial p {
	margin-bottom: 10px;
}

#userAccountEntry {
	float: left;
	font-size: 11px;
color:#000000;

}
#userAccountEntry p {
	margin-bottom: 10px;
}
/*

	USER PROFILE
	
*/
.userInfo {
	width: 192px;
}
.mR1px {
	margin-right: 1px;
}
.userInfoTitle {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0;
}
.userInfo p {
	margin-bottom: 10px;
}


.userInfo2 {
	width: 250px;
}

.userInfo2 p {
	margin-bottom: 10px;
}

/*

	USER PROFILE PHOTOS
	
*/
#userPhotos {
	width: 440px;
	margin: 0 0 0 69px;
	overflow: hidden;
}
#userPhotos img {
	float: left;
}
.mR10px {
	margin-right: 10px;
}
.mB10px {
	margin-bottom: 10px;
}
#userPhotos a:hover img {
}
/*

	SMALL BOX
	
*/
.smallBox {
	width: 300px;
}
.mT20px {
	margin-top: 20px;
}
.mR20px {
	margin-right: 20px;
}
.mB20px {
	margin-bottom: 20px;
}
.smallBoxTitle {
	background: url(../images/box_title_bg.gif) no-repeat scroll left top;
	width: 260px;
	height: 37px;
	padding: 13px 20px 0 20px;
}
.smallBoxTitleCenter {
	background: url(../images/box_title_bg.gif) no-repeat scroll left top;
	width: 300px;
	height: 37px;
	padding-top: 13px;
	text-align: center;
}
.smallBoxContent {
	width: 275px;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	padding-left:23px;
	padding-top:20px;
	padding-bottom:20px;
	
}
.smallBoxBottom {
	background: url(../images/box_bottom_bg.gif) no-repeat scroll left top;
	width: 300px;
	height: 5px;
	overflow: hidden;
}
#rtag{

font-size:14px;
padding-bottom:15px;


}
/*

	SMALL BOX CONTENT
	
*/
.entry {
height: 45px;
}
.entryPicture {
	width: 70px;
	float: left;
}
.entryInfo {
	width: 258px;
	float: left;
}
.entryName {
	font-size: 11px;
	font-weight: bold;
	margin-bottom:  7px;
	margin-top: 7px;
}
.entryUrl {
}


.entryImg {
height:45px;
}
.entryPictureImg {
	width: 70px;
	float: left;
}
.entryInfoImg {
	width: 188px;
	float: left;
}
.entryNameImg {
	font-size: 11px;
	font-weight: bold;
	margin-bottom:  7px;
	margin-top: 7px;
}



#entryUrlLink{

color: #0F6B03;
font-size:11px;

}
.line, .lineLast {
	background: #e6e6e6;

	height: 1px;
	margin: 10px 0;
	overflow: hidden;
}
.lineLast {
	margin: 10px 0 0 0;
}
/*

	SMALL BOX BUTTON
	
*/
.smallBoxBtn {
	font-size: 18px;
	text-align: center;
	background: url(../images/small_box_btn.gif) no-repeat scroll left top;
	width: 156px;
	height: 50px;
	margin: 20px 0 0 51px;
}
.smallBoxBtn a {
	color: #fff;
	width: 156px;
	height: 38px;
	display: block;
	padding-top: 12px;
}
.smallBoxBtn a:hover {
	background: url(../images/small_box_btn.gif) no-repeat scroll left -50px;
}
/*

	TAGS
	
*/
.tags {
	text-align: center;
}
.tags a {

}
.tags a:hover {
	text-decoration: none;
	color: #0088ff;
}
.tag12, .tag14, .tag16, .tag18, .tag20, .tag22, .tag24, .tag26, .tag28, .tag30 {
	color: #00b2ff;
}
.tag12 { font-size: 12px; }
.tag14 { font-size: 14px; }
.tag16 { font-size: 16px; }
.tag18 { font-size: 18px; }
.tag20 { font-size: 20px; }
.tag22 { font-size: 22px; }
.tag24 { font-size: 24px; }
.tag26 { font-size: 26px; }
.tag28 { font-size: 28px; }
.tag30 { font-size: 30px; }
/*

	TEXT BOX
	
*/
.textBox {
}
.textBox p {
	line-height: 16px;
}
/*

	FOOTER START
	
*/
#footer, #footer2 {
	width: 940px;
	margin-top: 20px;
	text-align: center;
}
#footer2 {
	width: 620px;
}
#bottomNav li {
	display: inline;
	margin-right: 10px;
}
#copyright {
	margin-top: 10px;
}

/* new tags */
#red{
color: #ff3300;
font-size: 11px;

}

.accountradio
{
width: 5px;
height: 5px;
}
#green
{

color: #55C900;
font-size: 11px;

}

#logintab
{
width: 400px;


}

#submittab
{
width: 400px;
float:left;

}

#themen{
width: 400px;
float:left;
}


#themen a{

font-size:15px;
padding-left:3px;
padding-right:3px;

}

#chr{
  font-family:Arial, Helvetica, sans-serif;
  font-size:small;
   padding-left:15px;
   padding-top:10px;
}

#chr ul {
  margin:1px;
   padding-left:15px; 
}

#chr li {
  float:left;
  
  padding-top:5px;
  font-size: 11px;

  width: 200px
}


#chr li a {
font-family:Verdana;

font-size: 11px;
text-decoration:underline;

}

#chr li a:hover{
font-family:Verdana;
color:#ff5d0b;
font-size: 11px;
text-decoration:underline;

}


