/*----------- heiko-grosche.de  ------------------------*/
/*----------- basic html styles ------------------------*/

body {
	font-family: Verdana, sans-serif;
	font-size: 70%;
	background: url(../images/bg.gif) center repeat-y;
	background-color: #999999;
	text-align: center;
	margin: 0px;
}

a {
	color: #003399; 
	text-decoration: underline;
}

a:visited {
	color: #606060;
}

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

a img {
	border: 0px;
}

p {
	line-height: normal;
	margin-top: 0;
	margin-bottom: 0;
}

h2,h3,h4,h5 {
	margin-top: 1em;
	margin-bottom: 0.4em;
	line-height: normal;
}

td, th {
	vertical-align: top;
	text-align: left;
}


h1 {
	margin-top: 0px;
	color: #313361;
	font-size: 180%;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0.5em;
}

h2 { font-size: 135%; }

h3 { font-size: 128%; }

h4 { font-size: 128%; font-weight: normal; } 

h5 { font-size: 100%; }

h6 {
	font-size: 90%;
	margin-top: 0;
	margin-bottom: 0;
}

ul {
	margin-left: 0px;
	padding-left: 16px;
	list-style-image: url(../images/bullet_6x6_01.gif);
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	line-height: normal;
}

ul ul {
	margin-left: 0px;
	padding-left: 16px; 
	list-style-image: url(../images/bullet_4x4_01.gif);
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	line-height: normal;
}

li { margin-bottom: 0.4em; }

/* ------------------------form elements ----------------------------- */

form {
	margin: 0px;
}

input, select{
	font-size: 11px;
}

input.button_stop{
	background-color: #FFFFFF;
	border: 1px solid #AAAAAA;
	padding: 0 10px 0 10px;
	background-image: url(../images/button_gradient_stop.gif);
	color: #000000;
	margin: 0px 12px 0 0;
}

input.button_go{
	width: auto;
	background-color: #FFCC33;
	border: 1px solid #AAAAAA;
	padding: 0 10px 0 10px;
	background-image: url(../images/button_gradient_go.gif);
	color: #000000;
	margin: 0 12px 0 0;
}


/*------------------------layout grid-----------------------------------------------*/
div#global_container {
	width: 900px;
	text-align: left;
	margin: 0px auto;
}

div#logozone {
	height: 128px;
}


div#left_container {
	width: 212px;
	float: left;
	padding: 6px 0 24px 0;

}

div#right_container {
	width: 688px;

	float: left;
}

div#footzone_container {
	clear: both;
	margin-top: 24px;
	padding: 4px 8px 4px 292px;
	color: #666666;
	font-size: 90%;
}

/*-----------------navigation------------------------------------*/

div.leftnav {
	height: 60px;
	margin-bottom: 3px;
	margin-left: 67px;
}

div.c1 {
	background: url(../images/nav_grad1.gif) repeat-x;
}

div.c2 {
	background: url(../images/nav_grad2.gif) repeat-x;
}
div.c3 {
	background: url(../images/nav_grad3.gif) repeat-x;
}
div.c4 {
	background: url(../images/nav_grad4.gif) repeat-x;
}
div.c5 {
	background: url(../images/nav_grad5.gif) repeat-x;
}

div.homebutton {
	margin-left: 67px;
	height: 54px;
}

div.homebutton a:link, div.homebutton a:visited {
	color: #666666;
	font-size: 90%;
	text-align: right;
	display: block;
	font-weight: bold;
	padding: 28px 6px 11px 0px;
	text-decoration: none;	
}

div.homebutton a:hover {
	color: #000000;
	text-align: right;
	display: block;
	font-weight: bold;
	padding: 28px 6px 13px 0px;
}


div.leftnav a:link, div.leftnav a:visited{
	color: #ffffff;
	font-size: 100%;
	font-weight: bold;
	text-align: right;
	display: block;
	padding: 21px 6px 11px 0px;
	text-decoration: none;
}

div.leftnav a:hover{
	color: #FFFFFF;
	background-color: #000000;
	display: block;
	padding: 21px 6px 13px 0px;
	text-decoration: none;	
}



/*---------------------------all content--------------------------*/

div.plain_article {
	margin: 24px 83px 0 88px;
}

div.plain_article h3 {
	line-height: 110%;
	margin-bottom: 0.4em;
	color: #666666;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

div.plain_article h5 {
	line-height: 130%;
	margin-bottom: 0.4em;
	color: #666666;
}


div.plain_article p {
	line-height: 130%;
	margin-bottom: 0.4em;
}

div.fotobox {
	float: left;
	margin-right: 12px;
	font-size: 90%;
	color: #003366;
	margin-bottom: 12px;
}



div.box1 {
	padding: 8px;
	margin: 6px 12px 12px 0;
	border: 1px solid #cccccc;
}

div.box2 {
	padding: 0 8px 8px 8px;
	margin: 6px 12px 12px 0;
	border: 1px solid #ffffff;
	background-color:#D1D6E9;
}

.margin16 {
	padding-left: 16px;
}

div#footzone_container a:link, div#footzone_container a:visited, div#footzone_container a:hover {
	text-decoration: none;
	color: #666666;
}
div#footzone_container img {
	margin-left: 6px;
	margin-right: 6px;
	vertical-align: top;
}

div.footer_left {
	float: left;
	padding: 1px 6px 3px 6px;
}


div.footer_right {
	float: right;
	padding: 1px 6px 3px 6px;
}





/*-----------styles from onebreaker.de ---------------------
div.leftblock {
	padding: 0px 3px 18px 0;
	margin-right: 6px;
}


h5.category {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #8d3d2e;
	font-size: 90%;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-left: 20px;
	margin-bottom: 1em;
}

div.leftblock p {
	color: #000000;
	margin-bottom: 0.5em;
	line-height: 110%;
	background: url(../images/bullet_s.gif) no-repeat 2px 6px;
	padding-left: 16px;
}

div.leftblock a, div.leftblock a:visited {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 3px;
}

div.leftblock a:hover {
	padding: 3px;
	display: block;
	background-color: #e4937e;
	text-decoration: none;
}
--*/
/* general purpose styles -------------------------------*/


span.middot1 {
	margin-left: 5px;
	margin-right: 5px;
}

div.break {
	clear: both;
}
