/* Allgemein */
body {
	text-align:center;
	margin:0px;
	padding:0px 0px 0px 0px;
	font:14px/180% "Trebuchet MS";
	background:url(img/bg_header.jpg) repeat-x #28405C;
	line-height: 15px;
	color: #B0B4BB;  
}
  


i {color:#267CA6;font-weight:normal;}
b {color:#FC3A3A;}
u{color: #F09BB2;border-bottom: 1px solid pink; background-color:#FFF;} 
::-moz-selection {background: #2D8EBD; color: #000000;} 
/* Hilfsklasse, um Floats zu reinigen */
.spacer {
	clear:both;
}



/* Mainwrapper, Breite kann individuell gesetzt werden */
#wrapper {
	background-image: url(img/pattern1.png) repeat-y;
	position:relative;
	width:789px;
	margin:0px auto 0px auto;
	text-align:left;

}
#over{
	color:#727272;
	margin:0px;
	line-height: 31px;
	width: 100%;
	background-image: url(img/pattern1.png) repeat-y;
	}	

#overbar{
	color:#727272;
	margin:0px;
	line-height: 31px;
	width: 100%;
	height: 35px;
	background: #000;
	position: fixed;
	z-index: 9999;
	}	
	
#overbar a:link{
	color:#727272;
	}	
#overbar a:visited{
	color:#727272;
	}	

#overbar a:hover {
	color:#FFF;
	}
	
#menu {
	width: 700px;
	background:#0B1B3A;
	margin-left: 00px;
    	margin-top: -15px;
	padding:0px;
}
/* Header Bereich */
#header  {
	margin:0px;
	padding:35px 0px 0px;
	color:#6699CC;
	font:37px/170% "Times New Roman";
	width:100%;

}

/* Footer Bereich */
#footer {
	color:#B0B4BB;
	text-align:left;
	font-size:11px;
	padding-top:10px;
}
#footer a {
	text-decoration:none;
	color:#999999;
}
#footer a:hover {
	text-decoration:underline;
	color:#999999;
}
/* Innerer Bereich */
#inner {
	width: 777px;
	background:#0b1b3a;
	padding:10px;
	padding-top:50px;
	margin-top: -24px;
	color:#B0B4BB;
}
#inner a {
	color:#C1C5CA;
	text-decoration:underline;
}
#inner a:hover {
	color:#FFF;
	text-decoration:underline;
}
#inner h1 {
	margin:5px 0px;
	padding:0px;
	color:#C1C5CA;
	font:25px/170% "Times New Roman";
}
#inner h2 {
	margin:5px 0px;
	padding:0px;
	color:#C1C5CA;
	font:22px/170% "Times New Roman";
}
#inner h3 {
	margin:5px 0px;
	padding:0px;
	color:#C1C5CA;
	font:20px/170% "Times New Roman";
	text-transform:uppercase;
}
#inner p {
	padding:0px;
	margin:5px 0px;
}
#content {
	float:left;
	width:100%;
}
#content .inner {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	
}
#sidebar {
	float:left;
	width:30%;
}
#sidebar ul {
	margin:0px;
	padding:0px;
}
#sidebar ul li {
	margin:2px 0px;
	list-style:none;
	padding:0px;
}
#sidebar ul li a {
	display:block;
	padding:5px 20px;
	text-decoration:none;
	background:#f2f2f2;
	border:1px solid #dcdcdc;
	color:#787878;
}
#sidebar ul li a:hover {
	text-decoration:none;
	border:1px solid #c1c1c1;
	color:#ba6480;
}

/* Formular */
#inner form {
	padding:0px;
	margin:10px 0px;
}
#inner form label {
	font-weight:bold;
	font-size:14px;
}
#inner form td {
	font-size:12px;
}
#inner input[type=text], #inner input[type=password], #inner input[type=email], #inner textarea, #inner select {
	overflow:visible;
	font:12px/170% "Trebuchet MS";
	color: #8e8e8e;
	padding:5px;
	margin:0px;
	background: #1C3666;
	border:1px solid #1A3260;
	margin:0px;
}
#inner input[type=text]:hover, #inner input[type=password]:hover, #inner input[type=text]:active, #inner input[type=password]:active, #inner textarea:hover, #inner textarea:active, #inner input[type=email]:hover, #inner input[type=email]:active {
	color: #020d3a;
	border:1px solid #8d9296;
}
#inner form input[type=submit] {
	overflow:visible;
	font:12px/170% "Trebuchet MS";
	color: #727272;
	padding:10px;
	margin:0px;
	background:url(http://tinyy.de/img/button.gif) bottom repeat-x #f1f1f1;
	border:1px solid #91aecb;
	-moz-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius:8px;
	margin:0px;
	font-weight:bold;
}
#inner form input[type=submit]:hover {
	color: #7297bb;
	border:1px solid #a1bfdd;
	cursor:pointer;
}
#content .message {
	padding:10px;
	background:#206688;
	border:1px solid #bebebe;
	margin:10px 0px;
	-moz-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius:8px;
}
#content .fehler {
	padding:10px;
	background:#3C5AC4;
	border:1px solid #c6b6b6;
	margin:10px 0px;
	-moz-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius:8px;
}
.bbc {
	float:left;
	padding:4px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	background:#EBEBEB;
	margin-right:3px;
	cursor:pointer;
	border:1px solid #CFCFCF;
}
.bbc:hover {
	background:#E4E4E4;
	border:1px solid #B7B7B7;
}
.error {
	z-index:120;
	background-color:#4c4c4c;
	border:1px solid #6c6c6c;
	font-size:11px;
	color:#FFF;
	padding:2px 5px;
	margin-left:-10px;
	-moz-box-shadow:0 0 10px #767676;
	-webkit-box-shadow:0 0 10px #767676;
}
/* Forum */
.table {
	background:#0B1C38;
}
.tablea {
	background:#1C3666;
	border-top:1px solid #1A3260;
	border-left:1px solid #0B1C38;
}
.tableb {
	background:#234583;
	border-top:1px solid #0B1C38;
	border-left:1px solid #0B1C38;
}
.table td {
	
	padding:5px 6px;
}
.table .tablecat td {
	background: #172c55;
}
.tabletitle td {
	color:#FFF;
	background:#172C55;
}
#content .newthread a {
	font:12px/170% "Trebuchet MS";
	color: #B0B4BB;
	padding:5px 10px;
	margin:0px;
	background:url(http://tinyy.de/img/button.gif) bottom repeat-x #f1f1f1;
	border:1px solid #91aecb;
	-moz-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius:8px;
	margin:0px;
	font-weight:bold;
}
#content .newthread a:hover {
	color: #7297bb;
	border:1px solid #a1bfdd;
	cursor:pointer;
}


/* news */

.news {
	position: relative;
	margin: 0px auto 0px 0px;
        padding: 10px 10px 10px 30px;
	background:url(img/news_bg.jpg) repeat-y;
}


.news .news_titel {
	background:url(img/news_header_bg.jpg) repeat-x;
	float:left;
	width: 750px;
	height: 81px;
	margin-left: -20px;
	position:relative;
}


.news .cat {
	font-size: 10pt;
	color: #AFF2FE;
	font-weight: bold;
}

.comments{
	float: right;
	background: #18677E;
	padding: 3px 5px 2px 5px; 
	margin-right: 2px;
	-moz-border-radius-bottomleft:7px; 
	-moz-border-radius-bottomright:7px; 
	-webkit-border-bottomleft:7px; 
	-webkit-border-bottomright:7px; 
	-khtml-border-radius-bottomleft:7px; 
	-khtml-border-radius-bottomright:7px; 
}

.ecke {
	position: absolute;
	left: -50px; 
	top: 0px;
	background: url(img/news_ecke.png) no-repeat;
	width: 50px; 
	height: 100px;
	float: left;
	padding: 0px 5px 3px 0px;
}

/* thumbnail */

.itemm {
	width:140px;
	height:200px;	
	border:4px solid #16285F;	
	font-size: 12px;
	line-height: 15px;
	text-algin: justify;
	color: #98B4A8;
	margin: 0;
	
	/* required to hide the image after resized */
	overflow:hidden;
	
	/* for child absolute position */
	position:relative;
	
	/* display div in line */
	float:left;
}

.itemm .caption {
	width:140px;
	height:200px;
	background:#000;
	color:#fff;
	font-weight:bold;
		
	/* fix it at the bottom */
	position:absolute;
	left:0;

	/* hide it by default */
	display:none;

	/* opacity setting */
	filter:alpha(opacity=80);    /* ie  */
	-moz-opacity:0.8;    /* old mozilla browser like netscape  */
	-khtml-opacity: 0.8;    /* for really really old safari */  
	opacity: 0.8;    /* css standard, currently it works in most modern browsers like firefox,  */

}

.item {
	width:200px;
	height:100px;	
	border:4px solid #16285F;	
	font-size: 12px;
	line-height: 15px;
	text-algin: justify;
	color: #98B4A8;
	margin: 0;
	
	/* required to hide the image after resized */
	overflow:hidden;
	
	/* for child absolute position */
	position:relative;
	
	/* display div in line */
	float:left;
}

.item .caption {
	width:200px;
	height:100px;
	background:#000;
	color:#fff;
	font-weight:bold;
		
	/* fix it at the bottom */
	position:absolute;
	left:0;

	/* hide it by default */
	display:none;

	/* opacity setting */
	filter:alpha(opacity=80);    /* ie  */
	-moz-opacity:0.8;    /* old mozilla browser like netscape  */
	-khtml-opacity: 0.8;    /* for really really old safari */  
	opacity: 0.8;    /* css standard, currently it works in most modern browsers like firefox,  */

}

.item .caption a {
	text-decoration:none;
	color:#0cc7dd;
	font-size:16px;	
	
	/* add spacing and make the whole row clickable*/
	padding:5px;
	display:block;
}

.item .caption p {
	padding:5px;	
	margin:0;
	font-size:5px;
}

.imgg {
	border:0;
	
	/* allow javascript moves the img position*/
	position:absolute;
}

.clear {
	clear:both;	
}

.layi {
	width:205px;
	height:145px;	
	border:4px solid #16285F;	
	font-size: 12px;
	line-height: 15px;
	text-algin: justify;
	color: #98B4A8;
	margin: 4px;
	
	/* required to hide the image after resized */
	overflow:hidden;
	
	/* for child absolute position */
	position:relative;
	
	/* display div in line */
	float:left;
}

.layi .caption {
	width:205px;
	height:145px;
	background:#000;
	color:#fff;
	font-weight:bold;
		
	/* fix it at the bottom */
	position:absolute;
	left:0;

	/* hide it by default */
	display:none;

	/* opacity setting */
	filter:alpha(opacity=80);    /* ie  */
	-moz-opacity:0.8;    /* old mozilla browser like netscape  */
	-khtml-opacity: 0.8;    /* for really really old safari */  
	opacity: 0.8;    /* css standard, currently it works in most modern browsers like firefox,  */

}



.itemss {
	width:200px;
	height:180px;	
	border:4px solid #16285F;	
	font-size: 12px;
	line-height: 15px;
	text-algin: justify;
	color: #98B4A8;
	margin: 0;
	
	/* required to hide the image after resized */
	overflow:hidden;
	
	/* for child absolute position */
	position:relative;
	
	/* display div in line */
	float:left;
}

.itemss .caption {
	width:200px;
	height:180px;
	background:#000;
	color:#fff;
	font-weight:bold;
		
	/* fix it at the bottom */
	position:absolute;
	left:0;

	/* hide it by default */
	display:none;

	/* opacity setting */
	filter:alpha(opacity=80);    /* ie  */
	-moz-opacity:0.8;    /* old mozilla browser like netscape  */
	-khtml-opacity: 0.8;    /* for really really old safari */  
	opacity: 0.8;    /* css standard, currently it works in most modern browsers like firefox,  */

}

.itemland {
	width:350px;
	height:175px;	
	border:4px solid #16285F;	
	font-size: 12px;
	line-height: 15px;
	text-algin: justify;
	color: #98B4A8;
	margin: 0;
	
	/* required to hide the image after resized */
	overflow:hidden;
	
	/* for child absolute position */
	position:relative;
	
	/* display div in line */
	float:left;
}

.itemland .caption {
	width:350px;
	height:175px;
	background:#000;
	color:#fff;
	font-weight:bold;
		
	/* fix it at the bottom */
	position:absolute;
	left:0;

	/* hide it by default */
	display:none;

	/* opacity setting */
	filter:alpha(opacity=80);    /* ie  */
	-moz-opacity:0.8;    /* old mozilla browser like netscape  */
	-khtml-opacity: 0.8;    /* for really really old safari */  
	opacity: 0.8;    /* css standard, currently it works in most modern browsers like firefox,  */

}



/* sonstiges */
a.read:link, a.read:visited, a.read:active {
display: block;
background: #16285F;
color: #626262;  
font-family: Trebuchet MS; 
font-size: 12px; 
line-height: 20px;
text-align: center;
margin-bottom: 1px;
width: 208px;
height:32px;
letter-spacing: 1px;
text-transform: uppercase; 
border-bottom: 1px solid #101E45;
}


a.read:hover {
display: block;
background-color: #213E92; 
color: #626262;  
font-family: Trebuchet MS; 
font-size: 12px; 
line-height: 20px;
text-align: center;
margin-bottom: 1px;
width: 208px;
height:32px;
letter-spacing: 1px;
text-transform: uppercase;
border-bottom: 1px solid #101E45;
}

a.readm:link, a.readm:visited, a.readm:active {
display: block;
background: #16285F;
color: #626262;  
font-family: Trebuchet MS; 
font-size: 12px; 
line-height: 20px;
text-align: center;
margin-bottom: 1px;
width: 148px;
height:32px;
letter-spacing: 1px;
text-transform: uppercase; 
border-bottom: 1px solid #101E45;
}

a.readb:link, a.readm:visited, a.readm:active {
display: block;
background: #16285F;
color: #626262;  
font-family: Trebuchet MS; 
font-size: 12px; 
line-height: 20px;
text-align: center;
margin-bottom: 1px;
width: 150px;
height:32px;
letter-spacing: 1px;
text-transform: uppercase; 
border-bottom: 1px solid #101E45;
}


a.readb:hover {
display: block;
background-color: #213E92; 
color: #626262;  
font-family: Trebuchet MS; 
font-size: 12px; 
line-height: 20px;
text-align: center;
margin-bottom: 1px;
width: 150px;
height:32px;
letter-spacing: 1px;
text-transform: uppercase;
border-bottom: 1px solid #101E45;
}


a.readg:hover {
display: block;
background-color: #213E92; 
color: #626262;  
font-family: Trebuchet MS; 
font-size: 12px; 
line-height: 20px;
text-align: center;
margin-bottom: 1px;
width: 148px;
height:32px;
letter-spacing: 1px;
text-transform: uppercase;
border-bottom: 1px solid #101E45;
}




.box {
 	width: 200px;
	height: 100px;
}

#boxm {
 	width: 140px;
	height: 200px;
}
#boxb {
 	width: 150px;
	height: 220px;
}


#boxg {
 	width: 200px;
	height: 180px;
}

#boxt {
 	width: 200px;
	height: 170px;
}

#boxlayi{
 	
 	width: 175px;
	height: 150px;
	margin-top: 3px;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 0px;
}
#layoutsave {
	margin-top: -20px;
}


.boxaskus {
 	width: 100%px;
	background:#1C3666;
}

#boxl {
	width: 100px;
	height: 30px;
	padding: 5px;
	background: #16285F;
}

.ico { 
	margin: 5px 5px 5px 11px;
	border: 5px solid #0F3951; 
}

.ico:hover { 
	border: 5px solid #206688; 
}


.ico2 { 
	border: 5px solid #0F3951; 
}

.ico2:hover { 
	border: 5px solid #206688; 
}


