/* 	css-file template gewerbeverein ochsenhauen
*	Nicolas Mundbrod, 07.12.06: initial version
*
*

*	Farben:
*	Lightblue:	 #88d6f7;
*	darker blue: #53c3bd;
*	Lightgreen:	 #99ca3c;
*	Darkgreen:	 #009092;
	
	neue Farben:
	Lightblue:	 #9cd8f3;
	darker blue: #61beb9;
	Lightgreen:	 #a4c408;
	Darkgreen:	 #008588;

Design-Skizze:	
	
******************************
//////////////////////////////
//////////////////////////////
******************************
Path						
Content$$$$$$$$$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
******************************



/* Top-Level Styles */

/*	Main Body	*/
body{
	background: #ffffff;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	text-align: center;
}

/*	General styles	*/
td,tr,p,div,a{
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	text-align: left;
}

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

/* Styles des Templates	*/



/*
*	style to modify header div
*/
#header
{
	background-color: transparent;
	text-align: left;
	padding: 0px;
	border: 1px dashed #666666;
	margin: 0px auto 0px;
	width: 758px;
	height: 160px;
	vertical-align: top;
}


#header_logo
{
	background-image:url(../images/gv_logo.gif);
	background-repeat: no-repeat;
	width: 293px;
	height: 160px;
	float: left;
}

#header_field
{
	width: 440px;
	background-color: #ffffff;
	float: right;
	padding-top: 5px;
}

#header_menu
{
	height: 20px;
	background-color: #ffffff;
	text-align: right;
}

#header_textfield_data
{
	background-color: #ffffff;
	overflow: hidden;
	height: 87px;
	margin-top: 15px;
}

#pathcontainer
{
	background-color: #008588;
	text-align: left;
	margin: 0px auto 0px;
	width: 760px;
	height: 16px;
	clear: both;
	padding-top: 2px;
	vertical-align:top;
}

/*
*	style to modify main div
*/
#main
{
	background-color: transparent;
	text-align: left;
	padding: 0px;
	margin: 0px auto 0px;
	width: 760px;
	clear: both;
}

#main_content
{
	background: transparent;
	padding: 5px;
	margin: 0;
	border: 1px dashed #666666;
	width: 550px;
	float: left;
  	min-height: 300px;
  	height: auto !important;
  	height: 300px;
}

* html #main_content 
{
	width: 560px;     /* Version 5.x */
	w\idth: 560px;    /* Version 6 */
}

#main_menu
{
	background: transparent;
	padding: 0;
	margin: 0;
	width: 180px;
	float: right;
}


/*
*	style to modify footer div
*/
#footer
{
	background-color: #9aca3c;
	text-align: left;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 2px;
	width: 758px;
	height: 16px;
	margin: 0px auto 5px;
	padding-left: 5px;
	color: #ffffff;
}

#footer_prespace
{
	clear: both;
	width: auto;
	height: 15px;
}

.space
{
	clear: both;
	width: auto;
	height: 20px;
}


/*	Styles des bzgl. des Topmenus
	Diese werden als Liste ausgegeben	*/

ul#mainlevel-nav
{
	list-style: none;
	padding-right: 8px;
	float: right;
	margin: 0;
	text-align: right;
}

ul#mainlevel-nav li
{
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-size: 10px;
	line-height: 16px;
	white-space: nowrap;
}

ul#mainlevel-nav li a.mainlevel-nav
{
	font-family: Arial, Helvitica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #000000;
	background: transparent;
	border-left: 1px #999999 solid;
}
ul#mainlevel-nav a.mainlevel-nav:hover
{
	color: #008588;
	padding-left: 15px;
	text-decoration: underline;
}

/*	styles pathway	*/

span.pathway
{
	padding-left: 5px;
	font-family: Arial, Helvitica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}

a.pathway{
	padding: 0;
	color: #FFFFFF;
}

/*	styles inputs	*/

input.inputbox
{
	font-family: Arial, Helvitica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background: #ffffff;
	border: 1px solid #cccccc;
	margin-top: 5px;
}

input.button
{
	font-family: Arial, Helvitica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	background: #ffffff;
	border: 1px solid #008588;
	margin-top: 5px;
}	

table.moduletable, div.moduletable
{
	font-family: Arial, Helvitica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	color: #000000;
	text-decoration: none;
	vertical-align: top;
	width: 100%;
	margin-bottom: 10px;
	border: 1px dashed #666666;
	clear: both;
	/*background-image: url(../images/gv_line.gif);
	background-position: bottom right;
	background-repeat: repeat-x; */
}

#header_textfield_data .moduletable
{
	border: 0;
}

table.moduletable th, div.moduletable h3
{
	font-family: Arial, Helvitica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	/*background: #d4d4d4;*/
	color: #008588;
	text-transform: uppercase;
	line-height: 16px;
	width: 100%;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	/*border-left: 5px #008588 solid;
	background-image: url(../images/gv_icon.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 20px; */
}

table.moduletable td
{
	padding-left: 5px;
	padding-bottom: 5px;
}

table.moduletable td table td
{
	padding-left: 0px;
	padding-bottom: 0px;
}

/*	styles Komponenten	*/

.componentheading
{
	/*	font-family: Arial, Helvitica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #008588;
	text-transform: uppercase;
	line-height: 14px;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px; */
	font-family: Arial, Helvitica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	line-height: 14px;
	color: #008588;
	text-decoration: none;
}

/*	styles mainlevel, and sublevel links	*/

a.mainlevel:link, a.mainlevel:visited {
	font-family: Arial, Helvitica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
}
a.sublevel:link, a.sublevel:visited{
	font-family: Arial, Helvitica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
	border-left: 2px solid #a4c408;
	padding-left: 3px;
}

a.sublevel:hover{
	font-family: Arial, Helvitica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	line-height: 16px;
	color: #008588;
	text-decoration: underline;
	border-left: 2px solid #a4c408;
	padding-left: 3px;
}

a.mainlevel:hover{
	font-family: Arial, Helvitica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	line-height: 16px;
	color: #008588;
	text-decoration: underline;
}

/*	styles content	*/

td.contentheading
{
	font-family: Arial, Helvitica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	line-height: 14px;
	color: #008588;
	text-decoration: none;
}

/* to show message like "Einstellungen gespeichert" in red */

div.message
{
	color: #FF0000;
	padding-bottom: 3px;
	font-size: 10px;
	font-weight: bold;
}

/*.blog
{
	border: 0px;
}*/

table.contentpaneopen
{
	font-family: Arial, Helvitica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: #000000;
	border: 0;
	width: 100% !important;
}
div.blog_more
{
	padding: 5px;
}

.small, .createdate{
	font-family: Arial, Helvitica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	line-height: 9px;
 	color: #666666;
	text-align:left;
	text-decoration: none;
}

a.contentpagetitle:link, a.contentpagetitle:visited 
{
	font-family: Arial, Helvitica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
 	color: #008588;
	text-decoration: none;
}

a.contentpagetitle:hover 
{
	font-family: Arial, Helvitica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align:left;
	color: #008588;
	text-decoration: underline;
}
a.readon:link, a.readon:visited{
	color: #000000;
	text-decoration:none;
}
a.readon:hover{
	color: #008588;
	text-decoration:underline;
}

hr{
	border-top: 1px dashed #a4c408;
	border-bottom: none;
	border-left: none;
	border-right: none;
	height: 1px;
}

.article_seperator
{
	border-top: 1px dashed #efefef;
	display: block;
	width: 100%;
}

/* Designs for community builder component */

/* Userlist */

.sectiontableentry2 td, .sectiontableentry1 td
{	
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 2px;
	border-top: 1px solid #9cd8f3;
}

.userslist_col1
{
	width: 140px !important;
	font-family: Arial, Helvitica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	line-height: 14px;
	color: #008588;
	text-decoration: none;
	padding-right: 20px;
}

.userslist_col2
{
	width: 180px !important;
	padding-right: 5px;
}

.userslist_col3
{
	width: 180px !important;
	padding-right: 5px;
}

.userslist_col4
{
	width: 60px !important;
}

/* Contactinfo - Tab */

.sectiontableentry_cb_strasse td, .sectiontableentry_cb_tel td, .sectiontableentry_cb_homepage td
{
	padding-top: 10px;
}

.sectiontableentry_cb_branche td
{
	font-weight: bold;
}
