/*-----------------------------------------
 
 Title: master.css
 
 Description: THE masterpiece of CSS on this site.
 
 Author: Andre Seirafi
 
 Copyright by www.andrewelt.net
 
 -------------------------------------------*/


/*--------------------------------------------------------------------------------*/
/* Reset Style Sheet */
/*--------------------------------------------------------------------------------*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}/* remember to define focus styles! */:focus{outline:0;}body{line-height:1;color:black;background:white;}ol,ul{list-style:none;}/* tables still need 'cellspacing="0"' in the markup */table{border-collapse:separate;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"" "";}



/*--------------------------------------------------------------------------------*/
/* Global Styles */
/*--------------------------------------------------------------------------------*/

html {
    height: 100%;
}
body {
    font: 75% Verdana, Helvetica, Arial, sans-serif; /* 62.5% = 0.625em = 10px */
    line-height: 1.3em;
    color: #231f20;
    margin: 0;
}



/*--------------------------------------------------------------------------------*/
/* Basic Text Styles */
/*--------------------------------------------------------------------------------*/

h1 {
	font-size: 2em;
    margin: 2em 0;
}

h2 {
    font-size: 1.3em;
    font-weight: bold;
    margin: 1.5em 0;
}

h3 {
    font-size: 1.1em;
    margin: 1em 0;
	font-weight: bold;
}

h4 {
    font-size: 1.0em;
    margin: 1em 0;
	font-weight: bold;
}

input, textarea, label, select {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em;
}

a:link, a:visited {
    text-decoration: underline;
    color: #6892C2;
}
a:hover, a:focus, a:active {
    color: #6892C2;
	text-decoration: underline;
}

strong { font-weight: bold; }
italic { font-style: italic; }




/*--------------------------------------------------------------------------------*/
/* Global Classes */
/*--------------------------------------------------------------------------------*/

.ir {
    position: absolute;
    top: -9999px;
    left: 0;
    width: 1px;
    height: 1px;
    margin: 0;
}
.clear {
	clear: both;
}



/*--------------------------------------------------------------------------------*/
/* Basic Layout */
/*--------------------------------------------------------------------------------*/

#main_div_container {
	margin: auto;
	width: 800px;
	position:relative;
	top:-65px;
}

#content_column_left {
	width: 176px;
	float: left;
	background-color: #F0F6FA;
	border: solid 1px #dddddd;
}

#content_column_middle {
	width:530px;
	margin-top:10px;
	float:left;
	margin-left:30px;
}




/*--------------------------------------------------------------------------------*/
/* Header */
/*--------------------------------------------------------------------------------*/

#header_background_color {
	background-color: #F0F6FA;
	width:100%;
	height: 65px;
	border-bottom: solid 1px #dddddd;
}

#head_container {
	position:relative;
	margin-bottom:30px;
}

#head_logo {
	background-image: url("../images/voem_logo.gif");
	background-repeat:no-repeat;
	width:634px;
	height:42px;
	position:relative;
	top:5px;
}





/*--------------------------------------------------------------------------------*/
/* Navigation */
/*--------------------------------------------------------------------------------*/

#navigation_horizontal {
		
}

#navigation_horizontal a {
	color:#333333;
	text-decoration:none;
	font-size: 1em;
	color:#ffffff;
	font-weight:bold;
		background-color:#BEBDBD;
	padding: 2px 6px;
	color:#ffffff;
	font-weight:bold;
}

#navigation_horizontal li {
	display:inline;
	position:relative;
	left: 250px;
	top:14px;
	margin-left:25px;

}


#navigation_horizontal A:hover {
	background-color: #555555;
}


#milk_lady_image {
	background-image:url("../images/milk_lady.jpg");
	background-repeat:no-repeat;
	width:156px;
	height:109px;
	margin-left:10px;
	margin-top:10px;
}

#navigation_vertikal {
	margin:15px;
}

#navigation_vertikal A {
	color:#333333;;
	text-decoration:none;
			font-family: Arial;
letter-spacing: 1px;
}

#navigation_vertikal A:hover {

}

a.active {
	font-weight:bold;
}

ul.navigation_vertikal_level_1 LI {
	margin-top:3px;	
	padding-bottom:3px;
	border-bottom: 1px solid #cccccc;
}

ul.navigation_vertikal_level_2 {
	margin-top:5px;
	
}

ul.navigation_vertikal_level_2 LI {
	margin-left: 15px;
	font-size: 0.8em;
	margin-top:2px;
	border-bottom: 0px;
}

/*--------------------------------------------------------------------------------*/
/* Content */
/*--------------------------------------------------------------------------------*/

#main_content {
	font-size:0.9em;
	line-height: 1.6em;
}

#main_content hr {
	margin-top:-8px;
	margin-bottom:10px;
}

#main_content p {
	margin-bottom:1em;
}

#main_content ul {
	margin:10px;
	margin-top:15px;
}

#main_content ul li {
	list-style-type: disc;
	margin-bottom: 1.5em;
	
}

#main_content .align-right {
	text-align:right;
}

#main_content .align-left {
	text-align:left;
}

#main_content .align-center {
	text-align:center;
}

/*--------------------------------------------------------------------------------*/
/* Footer */
/*--------------------------------------------------------------------------------*/

#footer_container {
	position:absolute;
	bottom:0;
	background-color:#BEBDBD;
	width:100%;
	padding-top:3px;
	padding-bottom: 3px;
	margin-top:15px;
	font-size:0.8em;
	border: solid 1px #999999;
	text-align:center;
	height:14px;
}



#footer_all {
	width:100%;
}

#footer_left {
	position:relative;
	left:-182px;
}

#footer_right {
	position: relative;
	left: 130px;
}

#footer_left A {
	color:#000000;
}

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

 @media screen{
  body>div#footer_container{
   position: fixed;
  }
 }


/*--------------------------------------------------------------------------------*/
/* News */
/*--------------------------------------------------------------------------------*/

.news_list_item {
	border-bottom:1px solid #cccccc;
	margin-bottom:6px;
	padding-bottom:6px;
}

.news_list_item hr {
	color:#ffffff;
}

.news_list_title  {
	font-size:1.0em;
	margin-top:0px;
	width:430px;
	float:left;
}

.news_list_title A:hover {
	background-color:#f1f1f1;
}

.news_list_date {
	font-weight:bold;
	font-size:0.9em;
}

.news_single_title {
	font-size:1.5em;
	font-weight:bold;
	color:#333333;
	margin-top:10px;
	margin-bottom:10px;
	 line-height: 1.3em;
}

.news_single_date {

}

.news_single_subtitle {
	font-weight:bold;
}

.news-single-item hr {
margin-top:5px !important;
margin-bottom:5px !important;
}


.news_list_more {
	text-align: right;
	float:left;
	width:100px;

}

/*--------------------------------------------------------------------------------*/
/* Login Form */
/*--------------------------------------------------------------------------------*/

label {
 margin:5px;
font-weight:bold;
color:#666666;
}

input {
 margin:5px;
display:block;
}


/*--------------------------------------------------------------------------------*/
/* File List */
/*--------------------------------------------------------------------------------*/


div.tx-rtgfiles-pi1 table {

}

div.tx-rtgfiles-pi1 td {
padding-top:5px;
padding-bottom:7px;
border-bottom:1px solid #999999;
}

div.tx-rtgfiles-pi1 img {
position:relative;
top: 5px;
}


