/* Start of CMSMS style sheet 'style' */
html { 
	overflow-x:auto; 
	height:100%;
}
/* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */

body {
	margin: 0 0 0 0px;
	background: url(uploads/images/bg_color.jpg);
	background-color:#FFFFFF;
	font-family: verdana, georgia, arial, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #363636;
	line-height: 1.5;
}

/* Background 
==================================================================================================================================*/

.background_font {
	background: url(uploads/images/bg_font.jpg) repeat-x top left;
}

.background_template {
	background: url(uploads/images/bg.jpg) no-repeat top center;
}

.background_content {
	background: url(uploads/images/bg_content.jpg) repeat-y top center;
}

.background_footer {
	background: url(uploads/images/footer_bg.jpg) no-repeat bottom center;
}

.background_twitterflickr {
         background: url(uploads/images/bg_networkplatforms.jpg) no-repeat top left;
}

/* Bildbearbeitung 
==================================================================================================================================*/

img {
	border: 0px solid #2E2E2E;
	margin: 0px 0px 0px 0px;
}

.img_head {
	border: 0px solid #2E2E2E;
	margin: 12px 0px 0px 29px;
}

.logo_head {
	border: 0px solid #2E2E2E;
	margin: 10px 0px 0px 0px;
}

.img_border {
	border: 5px solid #2E2E2E;
	margin: 0px 3px 0px 0px;
}

/* Extras 
==================================================================================================================================*/

.extra_text {
	margin: 0px 0px 11px 0px;
}

/* Typographie 
==================================================================================================================================*/

h1{
	font-family: Georgia, Arial, Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #2575ad;
	padding: 0px 0px; 
	margin-bottom: 3px;
}

h2{
	font-family: Georgia, Arial, Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 24px;
	color: #2575ad;
	padding: 0px 0px; 
	margin-bottom: 3px;
	margin-top: 2px;
}

h3{
	font-family: Georgia, Arial, Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #2575ad;
	padding: 0px 0px; 
                margin-top: 5px;	
                margin-bottom: 3px;
}

/*Globale Verlinkungen
===================================================================================================================================*/

a {
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:active{
	background: transparent;
	color: #2575ad;
	text-decoration: none;
}

a:hover
{
	background: transparent;
	color: #ac3433;	
	text-decoration: none;
}

/*Tooltip
===================================================================================================================================*/

.tooltip {
	position: absolute;
	display: none;
	border-width: 1px;
	border-style: solid;
	border-color: #666;
	-moz-opacity: 0.9;
	filter: alpha(Opacity=90);
}
.tooltip .ueberschrift {
	FONT: 10px, verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #000;
}
.tooltip .content td {
	color: #000;
	FONT: 11px , verdana, arial, helvetica, sans-serif;

/* End of 'style' */

