﻿/***********************************************/
/* bizgeolay.css 	                           */
/* Neue Webseite BIZ-Geo			           */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	background-color:#EEEEEE;
}

h1{
	font-size: 120%;
 	margin:5px;
	color: #000000;
}

h2{
	font-size: 110%;
	font-style:inherit;
	color: #000000;
}

.style1 {	
	border-width: 0px;
}

a:hover {
	color: #006699;
	text-decoration: none;
}

a:visited {
	color: #EEEEEE;
	text-decoration: none;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0px 10%;
	background-color:#008500;
	width:1100px;
}

#Titelleiste{
	margin: 0px;
	background-color:#FFFFFF;
	float:left;
	width:100%;
}

#globalNav{
	margin: 0px 0px;
	background-color:#008500;
	width:100%;
	font-size:80%;
	font-style:normal;
	color:#FFFFFF;
	float:left;
}

#navBar{
	margin: 0px 0px;
	width:160px;
	background-color: #00CC00;
	float:left;
}

#textteil{
	margin: 0px 0px;
	float: right;
	width: 920px;
	font-size: 90%;
	background-color: #FFFFFF;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/

/*********** #sectionLinks styles ***********/


#textteil a{
	padding:10px;
}



#sectionLinks{
	border-bottom: 1px solid #CCCCCC;
	font-size: 89%;
}

#sectionLinks strong{
	font-weight:bold;
	font-size:93%;
	text-decoration:underline;
}

#globalNav strong{
	font-weight:bold;
	text-decoration:underline;
}

#navBar a{
	color:#FFFFFF;
	font-size:smaller;
}


/************** .feature styles ***************/

.feature{
	margin:0px 5px 5px 0px;
	width:100%;
	font-size: 80%;
}

.feature h2{
	text-align: left;
	font-size: 140%;
	color:#FFFFFF;
}


.feature img{
	float: right;
	margin: 10px 10px;
	padding: 0px 0px 0px 10px;

}


.feature a:hover {
	color: #006699;
	text-decoration: none;
}

.feature a:visited {
	color: #1F7A68;
	text-decoration: none;
}

.feature a:link {
	color: #284B7E;
	text-decoration:underline;
}


/********** #Tabellen Module in Kursausschreibung ****************/

.titelspalte {
	background-color:#00CC00; 
	color:#FFFFFF;	
}

.titelbasismodul {
	background-color:#FFFFFF; 	
}

.titelbasismodul h2{
	color:#000000; 	
}

.titelbasismodul img{
 	float:left;
}

.indextitel {
	margin:5px;
	background-color:#00CC00;
	font-weight:bold;
	color: #FFFFFF;
	font-size: 110%;

}


/************* #siteInfo styles ***************/

#siteInfo{
	clear:both;
	margin:10px 10px;
	font-size: 70%;
	font-style:normal;
	color:#AAAAAA;
	background-color:#EEEEEE;
	white-space: nowrap;

}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	vertical-align: right;
}

#siteInfo a:hover {
	color: #006699;
	text-decoration: none;
}

#siteInfo a:visited {
	color: #AAAAAA;
	text-decoration: none;
}

#siteInfo a:link {
	color: #000000;
	text-decoration:none;
}


/********** #Tabellen Module in Kursausschreibung ****************/

.tabmodultitle {
	border: 1px solid #808080;
	background-color: #FFFFCC;

}

.tabmodul1 {
	text-align: center;
	border: 1px solid #808080;
}

.tabmodul2 {
	text-align: center;
	border: 1px solid #808080;
	background-color: #FFFFCC;
}

.tabmodultitle a:link{
	float: left;
 	text-align:justify;
	font-size:small;
	font-weight:bold;
}

.tabmodultitle img{
	float: left;	
}

