/*#############################################################################
#
#	CSS-File
#
#	created for crash-techs.net
#
#############################################################################*/

body {
    background-color: #F0F0F0;
	font-family: Helvetica;
	font-size: 14px;
}

p.content {
    margin-right: 20px;
}

p.news{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
}

/*#############################################################################
#
#	Headlines
#
#############################################################################*/

h2 {
    text-decoration: underline;
    color: #016EB4;
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

/*#############################################################################
#
#	common link style
#
#############################################################################*/

a:link { 
	color: #016EB4;
}

a:visited {  
	color: #7A0D0D;
}

a:hover { 
	color: #7A0D0D;
}

/*#############################################################################
#
#	website layout
#
#############################################################################*/

#header {
    width: 800px;
    border: 1px solid #ABCDEF;
    border-bottom: 0;
    margin: 0 auto;
    text-align: center;
    background-color: #FFFFFF;
}

#navi { 
    width: 800px;
    height: 21px;
    margin: 0 auto;
    border: 1px solid #ABCDEF; 
    background: #FOFOFO;
}

#container {
    width: 800px;
    border: 1px solid #ABCDEF;
    border-top: 0;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-bottom: 10px;
    background-color: #FFFFFF;
}

#leftbox {
    width: 180px;
    float: left;
}

#content{
    width: 580px;
    min-height:400px;
    margin-left: 210px;
}

#footer {
    width: 800px;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
}

/*#############################################################################
#
#	info and style elements
#
#############################################################################*/

#newsbox {
    width: 180px;
    height: 280px;
    border: 1px solid #ABCDEF;
    background: #F0F0F0;
    margin-top: 20px;
    margin-left: 0px;
    padding-bottom: 10px;
    
}

#whitebar {
    width: 180px;
    height: 20px;
    background-color: #ABCDEF;
    text-align: center;
    color: #000000;
    font-weight: bold;
}

#line {
    width: 380px;
    height: 2px;
    border-top: 1px solid #ABCDEF;
}

.roundedTop {
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
}

.roundedBottom {
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
}

/*#############################################################################
#
#	left website navigation
#
#############################################################################*/

#menue {
    width: 180px;
    margin: 0 auto;
    margin-left: 0px;
    position: absolute;
}
#menue #abstand {
    padding: 5px 10px;
}

#linklist a {
    display: block;
    padding: 2px;
    text-decoration: none;
    border: 1px solid #ABCDEF;
    width: 166px;
    font-weight: bold;
    text-align: left;
    margin: 6px 0;
    background-color: #F0F0F0;
}

#linklist a:link {
    color: #000000; 
}

#linklist a:visited {
    color: #000000;
}

#linklist a:hover { 
    background-color: #FFF009;
    border: 1px solid #ABCDEF;
}

#linklist a .onhover {
    display: none;
}

#linklist a:hover .onhover {
    display: inline;
    color: #016EB4;
}

ul {
    font-size: 11pt;
    text-align:left;
    list-style-type:none;
    margin-left:0px;
    padding-left:0px;
}

/*#############################################################################
#
#	top website navigation
#
#############################################################################*/

#navi h4 { 
	color: #016EB4;  
	margin: 0;
	border-bottom: 1px solid #F0F0F0; /*sonst Bug im IE*/
}

#navi ul {
    list-style: none; 
    margin: 0; 
    padding: 0; 
    width: 110px;
    float: right;
}

#navi a {
    text-decoration: none;
    font-weight: bold;
    text-align: left;
    padding-left: 6px;
    border: 1px solid #FFFFFF;
    display: block;  
    margin: 0;  
}

#navi a { color: #000000; background: #FFF009; text-decoration: none; width: 104px;}

#navi a:visited { color: #000000 }

#navi a:hover { color: #000000; background: #ABCDEF; }

#navi ul ul { position: absolute; z-index: 500;}

#navi ul ul ul { position: absolute; top: 0; right: 100%;}

div#navi ul ul,
div#navi ul li:hover ul ul,
div#navi ul ul li:hover ul ul
  {display: none;}

div#navi ul li:hover ul,
div#navi ul ul li:hover ul,
div#navi ul ul ul li:hover ul
  {display: block;}
  
#navi a .onhover {
    display: none;
}

#navi a:hover .onhover {
    display: inline;
    color: #016EB4;
}

/*#############################################################################
#
#	other
#
#############################################################################*/

img {
 border: 0;
}

div.clear {
	clear: both;
}

