/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME:		Refresh
   TEMPLATE CODE: 	S-0002
   VERSION:          1.0          	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; }

body {
	background: #fff;
	font: 12px Verdana, Tahoma, arial, sans-serif;
	color: #333; 
	text-align: center;
	line-height:17px;
}


/* links */
a, a:visited {
	text-decoration: none;
	color: #4d95a4; 
	background: inherit;
}
a:hover {
	color: #ff9900;
	background: inherit;
}

/* headers */
h1, h2, h3 {
	font-family: Verdana, Tahoma, arial, sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 120%;	
}
h2 {
	font-size: 110%;
	text-transform: uppercase;
	color: #88ac0b;
}
h3 {
	font-size: 110%;
	color: #666666; 
}

/* images */
img {
	border: 2px solid #CCC;
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

h1, h2, h3, p {
	padding: 0px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	color: #88ac0b;	
}
ul span, ol span {
	color: #666666;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(img/quote.gif) no-repeat 5px 5px;    
}

/* form elements */
form {
	margin:0; padding: 0;
	border: 0px solid; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #ccc;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Verdana, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #88ac0b;
}

/* search */
form.search {
	position: absolute;
	top: 35px; right: 25px;
	background: transparent;
	border: none;	
}	
form.search input.textbox {
	margin: 0; padding: 1px 2px;
	width: 120px;
	background: #FFF;
	color: #333; 
}
form.search input.button {
	background: #CCC url(img/headerbg.gif) repeat-x;
	color: #333;
	border: none;	
	width: 70px; height: 21px;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 1003px;
/*	background: #fff url(img/content.jpg) repeat-y center top;*/
	background: #fff;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	width: 1003px;
	padding: 0; 
	margin: 0 auto;
	background: #fff;
}
#header {
	width: 1003px;
	position: relative;
	height: 68px;
	background: #4c96a3 url(img/header.gif) no-repeat center top;
	padding: 0;
	font-size: 14px;
	color: #FFF;
}
#header h1{
	position: absolute;
	margin: 0; padding: 0;
	width: 146px;
	height: 94px;
	background:url(img/logo_header.gif) no-repeat center top;
	top: 0px; left: 31px;	
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal .8em Verdana, Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 74px; left: 58px;		
}

/* Menu */
#menu {
	clear: both;	
	margin: 0; padding: 0 40px 0 0;
	background: url(img/menu_bg.gif) repeat-y center top;	
	font: 12px/26px Verdana, Arial, Tahoma, Sans-serif;
	height: 50px;
}
#menu ul {
	float: right;
	list-style: none;
	margin:0; padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 8px;
	color: #FFF;	
	text-decoration: none;
}
#menu ul li a:hover {
	/*background-color: #ECECEC;*/
	color: #ff9900;	
}
#menu ul li#current a {	
	background-color: #FFF;
	color: #333;
}

/* Main Column */
#main {
	float: right;
	width: 741px;
	padding: 0; margin: 0;
}
/*
#main h1 {
	margin-top: 10px;
	font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif;
	color: #88ac0b;
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(img/square-green.png) no-repeat 3px 50%;	
}*/
#main h1 {
	margin-top: 10px;
	font: Bold 14px  Verdana, Sans-serif;
	color: #000;
}


.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 10px 0 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(img/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(img/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(img/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* Sidebar */	
#sidebar {
	float: left;
	width: 224px;
	padding: 0; margin: 0;	
}	
#sidebar h1 {
	margin-top: 10px;
	padding: 5px 0 5px 10px; 
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #555;
	background: #EEF0F1 url(img/headerbg.gif) repeat-x left bottom;	
	border: 1px solid #EFF0F1;
}
#sidebar .left-box {
	border: 0px solid #EFF0F1; 
	margin: 0 0 0 0;	
}
#sidebar ul.sidemenu, #startseitenlink ul.sidemenu{
	list-style: none;
	text-align: left;
	margin: 0; padding: 0;
	text-decoration: none;
	background: url(img/bg_kategorie_all.gif) repeat-y;			
	line-height:17px;	
}
#sidebar ul.sidemenu li{
	border-bottom: 0px solid #EFF0F1;
	background: url(img/bg_kategorie_main.gif) no-repeat;	
	padding: 0 0 0 0px;
	margin: 0;	
	height:26px;
	line-height:26px;
}
#startseitenlink ul.sidemenu li{
	border-bottom: 0px solid #EFF0F1;
	background: url(img/bg_kategorie_main_0.gif) no-repeat;	
	padding: 0 0 0 0px;
	margin: 0;	
	height:26px;
	line-height:26px;
}
#sidebar ul.sidemenu a, #startseitenlink a {
	font-weight: normal;
	text-decoration: none;	
	background-image: none;	
	color:#363636;
	font-size:14px;
	text-transform: uppercase;
	padding: 0 0 0 34px;
}

#sidebar ul.sidemenu a b, #sidebar ul.sidemenu a:hover, #startseitenlink ul.sidemenu a:hover{
	font-weight: normal;
	text-decoration: none;	
	background-image: none;	
	color:#ff9900;
	font-size:14px;
	text-transform: uppercase;
}

#sidebar ul.sidemenu a.sidemenu_level1, #sidebar ul.sidemenu a.sidemenu_level1:hover{
text-transform: none;
padding-left:45px;
margin-left:1px;
	line-height:26px;
}

#sidebar ul.sidemenu a.sidemenu_level1 b{
margin-left:-10px;
padding-left:11px;
text-transform: none;
background: url(img/li.gif) no-repeat; 
}


#sidebar ul.sidemenu a.sidemenu_level2, #sidebar ul.sidemenu a.sidemenu_level2:hover{
text-transform: none;
font-size:12px;
line-height:17px;
padding-left:57px;
}

#sidebar ul.sidemenu a.sidemenu_level2 b{
text-transform: none;
font-size:12px;
line-height:15px;
}

#sidebar ul.sidemenu a.sidemenu_level3, #sidebar ul.sidemenu a.sidemenu_level3:hover{
text-transform: none;
font-size:12px;
line-height:17px;
padding-left:77px;
}

#sidebar ul.sidemenu a.sidemenu_level3 b{
text-transform: none;
font-size:12px;
line-height:15px;
}



/* Footer 
#footer {
	color: #666666;
	background: #CCC url(img/footer.jpg) no-repeat center top;
	clear: both;
	width: 1003px;
	height: 55px;
	text-align: center;	
	font-size: 92%;
}
#footer a { text-decoration: none; }
*/	


/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.gray { color: #CCC; }

img
{
border:none;
}

form#quick_find2 {
background-color:transparent;
border:none;
padding:0;
height:50px;
}

.moduleRow {
 font-family: Verdana, Arial, sans-serif;
 font-size: 12px;
 background-color: #ffffff;
	border-bottom: 10px solid #f3921f;
	border-color: #f3921f;

}
.moduleRowOver { 
	background-color: #ffffff; 
	border-bottom: 10px solid #f3921f;
	border-color: #f3921f;
	font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
	
	}
.moduleRowSelected { background-color: #ffffff; 
	border-bottom: 10px solid #f3921f;
	border-color: #f3921f;
	font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
	font-weight:bold;
}






.grau, #grau{
	color:#a1a1a1;
	line-height:14px;
}

.black, a.black, {
	color:#000000;
	line-height:14px;
}

#ohneRahmen input{
	border:none;
}

.onepxwidth{
	width:25px;	
}

a.confirmationEdit, a.confirmationEdit:visited, a.confirmationEdit:hover{
	color:#f3921f;
}
#abbinder a{
	color:#859caa;
	font-size:12px;
}

.tabelle_uebersetzung td{
padding-left:10px;
font-size:11px;
line-height:20px;
}

.tabelle_uebersetzung_ecke td{
padding-left:0px;
}

#ohnerahmen input{
	border:none;
}

.orange{
	color:#f3921f;
	font-weight:bold;
}


.kleiner{
font-size: 11px;
}
.kleiner2{
font-size: 10px;
line-height:14px;
}

.grau{
color:#999999;
}

.suchen_oben{
	font-size:12px;
}