/* BODY/HTML */
html, body
{
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body
{
	background-color: #d5d5d5;
	background-image: url(background.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-size: 11pt;
	color: black;
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
}

h1 
{
	font-size: 13pt;
	font-weight: bold;
}

h2
{
	font-size: 10pt;
	font-weight: bold;
}

h3, h4, h5
{
	font-size: 10pt;
	font-style: italic;
}

img
{
	border: 0px;
	font-size: 1px;
	line-height: 1px;
}

.bodytext
{
	padding: 0px 0px 0px 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	azimuth: inherit;
}

.toplink
{
	font-style: italic;
	border-top: #DDDDDD 1px solid;
	margin-top: 5px;
	display: block;
	text-align: right;
	color: #344e87;
}

.divider
{
  font-size: 1px;
  line-height: 1px;
  background-color: gray;
  margin: 10px 0px;
}

table
{
	width: 100%
}
td
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	vertical-align: top;
}

ul
{
  padding-left: 20px;
	list-style-image: url('list_item.gif');
}

/* DESIGN */
#inhalt
{
	text-align: left;
	vertical-align: middle;
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
	min-height: 100%; /* hides for ie-mac \*/
	height: auto !important; /* for modern browsers */ /* end hides for ie-mac */
	height: 100%; /* for ie-win */
	background-color: white;
	background-image: url(background_content.jpg);
	background-repeat: repeat-y;
}

/* HEADER */
#header
{
	background-color: white;
	width: 1000px;
	height: 120px;
	margin: 0px;
	padding: 0px;
	background-image: url(titelbalken.jpg);
	background-repeat: no-repeat;
}

#logo
{
	float: left;
	margin: 70px 0px 0px 30px;
}


/* HEADER */
/* LINK */
.link_navigation
{
	color: black;
	text-decoration: none;
	line-height: 18px;
	background-image: url(block.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

:hover.link_navigation
{
	color: #6e6e6e;
	text-decoration: none;
	line-height: 18px;
}

.link_active_navigation
{
	color: black;
	text-decoration: none;
	line-height: 18px;
	background-image: url(block_active.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

:hover.link_active_navigation
{
	color: #6e6e6e;
	text-decoration: none;
	line-height: 18px;
}

a
{
	color: black;
	text-decoration: underline;
}

a:hover
{
	color: #6e6e6e;
}

/* CONTENT GENERELL*/
#login
{
	width: 212px;
	padding: 4px 3px 4px 21px;
	line-height: 12px;
	background-color: #344e87;
	color: #DADADA;
	font-weight: bold;
	border-width: 1px;
	border-color: white;
	border-bottom-style: solid;
}
#login a
{
	color: #DADADA;
	font-weight: bold;
}
#navigation
{
	width: 239px;
	float: left;
	color: black;
	line-height: 18px;
	font-size: 11px;
	background-image: url(vsfm_logo_mit_bild.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 80px;
}
.navigation_inside
{
	border-width: 1px;
	border-color: white;
	width: 219px;
	padding-left: 20px;
	border-bottom-style: solid;
	padding-top: 1px;
	padding-bottom: 1px;
}

#content
{
	width: 751px;
	margin-left: 10px;
	height: auto;
	float: left;
}

#row_left
{
	width: 610px;
	float: left;
}

#row_right
{
	width: 120px;
	float: right;
}

#footer
{
	margin: 0;
	clear: both;
	background-image: url(background_content.jpg);
}

p
{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

.marginLeft
{
	margin-left: 40px;
}
.important
{
	color: Red;
	font-weight: bold;
}
fieldset
{
	border: none;
}
.haftung
{
	border: 1px solid #808080;
	padding: 5px;
	background-color: #dadada;
}