/* CSS Document 
   basic style definitions for all pages
*/

body 
{
	background-image: url('/images/common/bg/main_gradient.jpg');
	background-repeat: repeat-x;
	background-color: #0085CE;
	margin-left: 0px;
	margin-top: 0px;
	font-size: 12px;
}

body,td,th,div,span,p,h1,h2,h3,h4,a,*
{
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5
{
	margin: 0px;
}

h1
{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

h2, h3
{
	font-size: 12px;
	font-weight: bold;
	color: #007EC7;
}

div.article h2
{
	margin-bottom: 15px;
}

#suche h3
{
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	margin-bottom: 5px; 
}

h5
{
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
}

div.news h2
{
	margin-bottom: 0px;
}

h4
{
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

h6
{
	font-size: 12px;
	font-weight: bold;
}

#navigation a.sub
{
	font-size: 10px;
}

#centerarea div.topteaser
{
	float: left;
	width: 380px;
	margin-right: 10px;
}

#centerarea div.secondaryteaser
{
	float: right;
	width: 170px;
}

#centerarea div.secondaryteaser h1, 
#centerarea div.secondaryteaser h2, 
#centerarea div.secondaryteaser h3, 
#centerarea div.third h1, 
#centerarea div.third h2, 
#centerarea div.third h3, 
div.textlinks h1, 
div.textlinks h2, 
div.textlinks h3
{
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}

div.textlinks h1, 
div.textlinks h2, 
div.textlinks h3
{
	display: inline;
	margin-right: 5px;
}

/* image styles */

img.left
{
	float: left;
}

#centerarea img.left
{
	margin-right: 20px;
	margin-bottom: 20px;
}

#centerarea img.topteaser
{
	margin-bottom: 10px;
}

img.list
{
    /*border:1px solid black;*/
    background-color: #0056AB;
    background-repeat:no-repeat;
    background-position:center;
}

img.right
{
	float: right;
}

#centerarea img.right
{
	margin-left: 20px;
	margin-bottom: 20px;
}

#centerarea a, #centerarea a:hover
{
 color: #F8692B;
 text-decoration: none;
}
#centerarea a:visited
{
 text-decoration: none;
}


/* form elements */

table.feedback
{
	width: 100%;
}

table.feedback textarea
{
	width: 100%;
	height: 100px;
	background-color: #DBF0FA;
	border: 1px solid #007EC7;
	margin-bottom: 10px;
}

table.feedback input.text
{
	float: right;
	width: 90%;
	background-color: #DBF0FA;
	border: 1px solid #007EC7;
}

table.feedback input.submit
{
	width: 100px;
	height: 24px;
	border: 0px solid;
	background-image: url('/images/common/buttons/bg_100x24.gif');
	color: #FFFFFF;
	font-weight: bold;
}


#suche input.text
{
	float: left;
	width: 116px;
	height: 18px;
	font-size: 11px;
	padding: 2px;
	border: 0px solid; 
}

#suche input.submit
{
	float: right;
	width: 40px;
	height: 24px;
	border: 0px solid;
	color: #FFFFFF;
	font-weight: bold;
	background: none;
	background-image: url(/images/common/buttons/bg_40x24.gif);
}


/* rightblock */

div#combuttons div.combutton a
{
	display: block;
	padding: 4px 4px 4px 10px;
	color: #FFFFFF;
	text-decoration: none;
}

div#combuttons div.combutton a img
{
	margin-right: 10px;
}

div#combuttons div.comsub a
{
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

div#combuttons div.comsub a img
{
	margin-right: 5px;
}

div#combuttons div.comsub a.logout
{
	font-weight: bold;
	color: #F8692B;
}

/* Lists within article pages */

ul.morearticles
{
	padding: 0px;
	margin: 0px;
	text-indent: 0px;
	list-style-type:none;
}

ul.morearticles li
{
	font-size: 10px;
	padding-bottom: 10px;
}
