:link,:visited { text-decoration:none }
ul, ol { list-style:none }
h1,h2,h3,h4,h5,h6 { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,hr, dt, dd { margin:0; padding:0 }
a img,:link img,:visited img { border:none }

/**************************************************************************************************************************/
/*
Theme Name: V15*
Theme URI: http://www.v15.de/
Description: V15* Corporate Website
Version: 1.0
Author: Thorsten Neuhaus
Author URI: http://www.v15.de/
*/

/**************************************************************************************************************************/
/* Auswahltext-Farbe ändern */
::selection { background:#E6E7E8; color:#999; /* Safari and Opera */ }
::-moz-selection { background:#E6E7E8; color:#999; /* Firefox */ }

/**************************************************************************************************************************/
/* Rounded-Corner Elements */
input { -moz-border-radius:10px; -webkit-border-radius:10px; }

/**************************************************************************************************************************/
/* Prevent Firefox Scrollbar Jump */
html { overflow-y:scroll; }

/**************************************************************************************************************************/
/* Highlight Searchword */
.searchword {background: D2232A;}

/**************************************************************************************************************************/

body {
background		: #fff;
color			: #818285;
padding			: 0;
margin			: 0 auto;
text-align		: center;
font-size		: 100%;
font-family		: verdana, arial, helvetica, sans-serif;
}

#invisible {
display			: none;
}

#main_top {
width			: 100%;
padding			: 0;
margin			: 0 auto;
text-align		: center;
background		: #E6E7E8;
}

#oben {
width			: 900px;
padding			: 10px 0 0 0;
margin			: 0 auto;
text-align		: left;
height			: 160px;
}

#logo {
width			: 900px;
height			: 90px;
float			: right;
padding			: 20px 0 0 0;
margin			: 0;
display			: inline;
}

#main_content {
background		: #fff;
width			: 900px;
padding			: 20px 0 0 0;
margin			: 0 auto;
text-align		: center;
}

#content {
float			: left;
text-align		: left;
width			: 900px;
min-height		: 400px;
height			: auto !important;
height			: 400px;
border-bottom	: 1px solid #E6E7E8;
}

/**************************************************************************************************************************/

#menu {
width			: 900px;
float			: left;
padding			: 0;
margin			: 0;
}

#menu ul {
padding			: 0;
margin			: 0;
display			: inline;
}

#menu li {
font-size		: 110%;
font-weight		: bold;
color			: #818285;
margin			: 0 10px;
padding			: 0;
list-style		: none;
display			: inline;
}

.menu a:link, .menu a:visited, .menu_aktiv a:link, .menu_aktiv a:visited {
font-weight		: normal;
padding			: 0;
margin			: 0;
text-decoration	: none;
color			: #818285;
}

.menu a:hover, .menu a:active, .menu a:focus {
font-weight		: normal;
padding			: 0;
margin			: 0;
text-decoration	: none;
color			: #D2232A;
}

.menu_aktiv a:link, .menu_aktiv a:visited, .menu_aktiv a:hover, .menu_aktiv a:active, .menu_aktiv a:focus {
font-weight		: normal;
padding			: 0;
margin			: 0;
text-decoration	: none;
color			: #D2232A;
}

/**************************************************************************************************************************/

.text_breite {
clear  			: both;
padding			: 0;
margin			: 0 10px 30px 10px;
}

#content img {
float			: left;
padding			: 0;
margin			: 8px 10px 5px 0;
}

/**************************************************************************************************************************/

h1 {
font-size		: 160%;
line-height		: 140%;
font-weight		: normal;
color			: #818285;
padding			: 0;
margin			: 0;
}

h2 {
font-size		: 130%;
line-height		: 140%;
font-weight		: normal;
color			: #818285;
padding			: 0;
margin			: 30px 0 10px 0;
}

h3 {
font-size		: 100%;
line-height		: 140%;
font-weight		: normal;
font-style		: italic;
color			: #818285;
padding			: 0;
margin			: 30px 0 10px 0;
}

p{
font-size		: 100%;
line-height		: 160%;
font-weight		: normal;
text-align		: justify;
padding			: 0;
margin			: 10px 0;
}

p a:link, p a:visited, h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, .navigation a:link, .navigation a:visited, #content li a:link, #content li a:visited {
text-decoration:none;
color:#D2232A;
font-weight:normal;
border-bottom: none;
}

p a:hover, p a:active, h1 a:hover, h1 a:active, h2 a:hover, h2 a:active, h3 a:hover, h3 a:active, .navigation a:hover, .navigation a:active, #content li a:hover, #content li a:active {
text-decoration:none;
color:#D2232A;
font-weight:normal;
border-bottom: 1px solid #D2232A;
}

/**************************************************************************************************************************/

#content ul, #content ol {
font-size		: 100%;
line-height		: 160%;
padding			: 0;
margin			: 0 0 20px 0;
list-style-type	: square;
}

#content li {
padding			: 0;
margin			: 0 0 0 15px;
}

#content ol {
padding			: 0;
margin			: 0 0 0 10px;
list-style-type	: decimal;
}

/**************************************************************************************************************************/

#skipnav {
padding			: 2px 0px;
position		: absolute;
left			: 50%;
text-align		: center;
width			: 100%;
margin-left		: -50%;
top				: 0px;
}

#skipnav p a {
position		: absolute;
top				: -100px;
text-align		: center;
}

#skipnav p a:focus, #skipnav p a:active {
position		: absolute;
text-decoration	: none;
top				: 0px;
left			: 50%;
text-align		: center;
width			: 20%;
margin-left		: -10%;
}

/**************************************************************************************************************************/

.error {
font-family		: arial, verdana, helvetica, sans-serif;
font-size		: 100%;
line-height		: 160%;
font-weight		: bold;
text-align		: center;
padding			: 10px;
color			: #000;
border			: 1px dotted #000;
background		: #ccc;
}