/* Start of CMSMS style sheet 'theme : Gads Stylesheet' */
@charset "UTF-8";
/* CSS Document */


/********************
* Global
********************/

html {
	height:100%;
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	text-align:justify;
	font-size:11px;
	color:#444444;
}

body {
	height: 100%;
	margin: 0px;
	background: #EEEEEE url(files/theme/hintergrund.gif) repeat-x;
}

td,tr,p,div {
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:justify;
	color:#444444;
}

a:link {
	text-decoration:none;
	color:#669900;
}
a:hover {
	text-decoration:underline;
	color:#99CC00;
}
a:visited {
	text-decoration:none;
	color:#666666;
}

ul {
	padding: 0 15px 8px 35px;
	text-align:left;
}

li {
	display:list-item;
	list-style:circle;
	color:#444444;
	line-height:150%;
	margin-left:0px;
	
}
li a{
	font-weight:bold;
}


/********************
* Divs
********************/


#wrapper {
	margin: 44px auto auto auto;
	width: 780px;
}

#shadow_t {
	background: url(files/theme/table_top_bg.png) no-repeat;
	width: 100%;
}

#shadow_m {
	background: url(files/theme/table_middle_bg.gif) repeat-y;
	width: 100%;
}

#shadow_b {
	background: url(files/theme/table_bottom_bg.gif) no-repeat 0 100%;
	width: 100%;
}

#content {
	width: 100%;
	margin: 0;
	padding: 43px 26px 0 26px;
	overflow: auto;
}

#top {
	height: 26px;
	width: 728px;
	margin: 0;
	padding: 0;
	text-align: right;
}

#menu_top {
	float: left;
	height: 26px;
	padding: 10px 0 0 0;
}

#search {
	float: right;
	height: 26px;
}

#header {
	background: url(files/theme/header_bg.gif) no-repeat;
	margin: 0;
	width: 728px;
	height: 115px;
	position: relative;
	display: block;
}

#header, #header p, #header a, #header a:visited, #header a:hover, #header a:link
{
	color: #FFFFFF;
}

#breadcrumb
{
	background-color: #e6efd6;
	width: 728px;
}

#main_content {
	margin 0;
	padding: 10px 0 25px 0;
	width: 728px;
	overflow: auto;
}

#title {
   background:transparent url(files/theme/content_heading_voran.gif) no-repeat scroll left center;
    color:#80AA00;
    font-family:Tahoma,"Courier New",Courier,monospace;
    font-size:16px;
    font-weight:bold;
   padding-left: 20px;
    margin-bottom: 0.5em;
}

#left_column {
	float: left;
	width: 498px;
	min-height: 10px;
}

#right_column {
	padding: 0;
	margin: 0;
	width: 200px;
	float: right;
	min-height: 100px;
}

#welcome {
	padding-bottom: 15px;
}

#copyright {
	text-align: center;
	color:#666666;
}
/* End of 'theme : Gads Stylesheet' */

