/***********************************/
/* Sommer Style
/***********************************/

/***********************************/
/* body
/***********************************/

/***********************************/
/* Color Theme (#7CCF7B)
/* Color 2: #64A863
/* Color 3: #4E824D
/* Color 4: #B4CF7A
/* Color 7: #303030
/* Color x: #CC5A18 (Schmuckfarbe)
/***********************************/
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 83%;
	color: #303030;
	line-height: normal;
	padding: 0;
	margin: 10px 0 0 0;
	background-color: #B4CF7A;
}

a:link, a:visited, a:focus, a:active
{
	color: #CC5A18;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color: #4E824D;
	text-decoration: none;
	font-weight: bold;
}

hr
{
	margin: 15px 0px 15px 0px;
	color: #4E824D;
	height: 1px;
	width: 100%;
}

form
{
	margin: 0;
}

input, textarea
{
	color: #303030;
	background-color: #FFF;
	border: 1px solid #4E824D;
}

img
{
	float:left;
	margin: 0px 20px 20px 0;
}



/***********************************/
/* container
/***********************************/
#mainContainer
{
	width: 764px;
	padding: 2px;
	border: 1px solid #4E824D;
	background: #64A863;
	margin: 15px auto 0 auto;
}

#container
{
	width: 742px;
	border: #B4CF7A 1px solid;
	padding: 10px;
	margin: 0 auto;
	background-color: #FFF;
}



/***********************************/
/* header
/***********************************/
#header
{
	background: url(../images/sommer_bg_top.jpg) no-repeat 100% 0;
	height: 205px;
}

#stripe_top
{
	position: relative;
	margin: 0;
	padding: 0;
	top: 10px;
	height: 35px;
	filter: alpha(opacity=70);
	opacity: 0.7;
	background-color: #B4CF7A;
}

#stripe_top_h1
{
	position: relative;
	margin: 0;
	padding: 0;
	top: -25px;
	height: 35px;
}

#stripe_top_h1 h1
{
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #303030;
	margin: 0px;
	font-style: italic;
}

#stripe_bottom
{
	position: relative;
	margin: 0;
	padding: 0;
	top: 95px;
	height: 30px;
	filter: alpha(opacity=70);
	opacity: 0.7;
	background-color: #B4CF7A;
}

#stripe_bottom_h2
{
	position: relative;
	margin: 0;
	padding: 0;
	top: 65px;
	height: 30px;
}

#stripe_bottom_h2 h2
{
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #303030;
	margin: 0px;
	font-style: italic;
}



/***********************************/
/* navigation
/***********************************/
#navibar
{
	float: left;
	width: 160px;
	vertical-align: top;
	background-color: #FFF;
	margin-top: 30px;
	margin-left: 0px;
	padding: 0px;
}

#navibar ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-color: #B4CF7A;
}

#navibar li
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid;
	border-color: #4E824D;
}

#navibar ul ul
{
	padding-left: 10px;
	background-color: #B4CF7A;
	border-bottom: 0px;
}

#navibar ul ul li
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 0px;
	border-top: 1px solid;
	border-color: #4E824D;
}

#navibar a:link, #navibar a:visited, #navibar a:focus, #navibar a:active
{
	padding: 4px 10px 4px 10px;
	color: #CC5A18;
	display: block;
	text-decoration: none;
	font-weight: bold;
}

#navibar a:hover
{
	text-decoration: none;
	color: #4E824D;
}

#navibar li .menu_current
{
	color: #4E824D;
	background-color: #64A863;
}



/***********************************/
/* search_login
/***********************************/
#search_login
{
	float: left;
	width: 140px;
	color: #303030;
	text-align: center;
	background-color: #B4CF7A;
	font-size: 100%;
	padding: 10px;
}

#search_login input
{
	width: 80%;
	font-size: 80%;
}



/***********************************
main content
************************************/
#mainContent
{
	float:right;
	width: 530px;
	padding: 23px 20px 20px 20px;
	background-color: #FFF;
	position: relative;
	vertical-align: top;
	line-height: 20px;
	text-align: left;
	word-spacing: 2px;
}

*+html #mainContent {padding-top: 33px;}
* html #mainContent {padding-top: 33px;}

#mainContent a:hover
{
	border-bottom: 1px dotted #4E824D;
	color: #4E824D;
}

#mainContent h1
{
	font-size: 1.6em;
	color: #CC5A18;
	margin-top: 10px;
	font-style: italic;
	border-bottom: 1px solid #CC5A18;
}

#mainContent h2
{
	font-size: 1.4em;
	color: #CC5A18;
	margin-top: 10px;
}

#mainContent h3
{
	font-size: 1.2em;
	color: #CC5A18;
	margin-top: 10px;
}

#mainContent h4
{
	font-size: 1em;
	color: #CC5A18;
	margin-top: 10px;
}

#mainContent ul
{
	list-style-image: url(../images/liste.jpg);
	list-style-type: square;
}

#mainContent li
{
	margin: 0;
	padding-left: 5px;
}



/***********************************/
/* separator
/***********************************/
#clear
{
	clear: both;
	height: 0;
}



/***********************************/
/* footer
/***********************************/
#footer
{
	color: #303030;
	vertical-align: middle;
	text-align: center;
	font-size: .8em;
}

#footer a:link, #footer a:visited, #footer a:focus, #footer a:active
{
	color: #CC5A18;
	text-decoration: none;
	font-weight: normal;
}

#footer a:hover
{
	border-bottom: 1px dotted #4E824D;
	color: #4E824D;
}



/***********************************/
/* other
/***********************************/

#mainContent table.gbentry
{
	border: 1px solid #4E824D;
}

#mainContent table.gbentry td.gbtitle
{
	background-color: #B4CF7A;
}

#mainContent .input_form
{
	margin-top: 10px;
	font-size: 1em;
	border: 0;

}
#mainContent .input_smileys
{
	display: none;
}

#gallerys
{
	margin-top: 8px;
	margin-bottom: 3px;
}

#pictures
{
	margin-left: 85px;
}

#thumbs
{
	float: left;
	margin-left: 115px;
	margin-top: 10px;
}

* html #thumbs
{
	margin-left: 60px;
}

#thumbs img
{
	width: 40px;
	height: 40px;
}

#thumbs a img
{
	border-style: none;
}