@charset "utf-8";

/* :: EuroVir :: (c) 2008 by hikelCOM.de :: */

/* ===== allgemeine stile ===== */

*
{
	margin: 0;
	padding: 0;
	/*border: none;*/
	font-family: Arial, Helvetica, Verdana, Tahoma, Sans-Serif;
}


html
{
	height: 101%;
	margin: 0 0 1px 0;
}

.topper
{
	vertical-align: top;
}


body
{
	font-size: 11.4px;
	line-height: 17px;
	color: rgb(0, 20, 10);
	text-align: center; /* ie 5, seite zentrieren */
	padding: 0;
	background-color: rgb(217, 217, 217);
}


body.popup
{
	text-align: center;
	background: rgb(228, 247, 222);
	padding: 0;
	margin: 0;
	padding-top: 10px;	
}


a
{
	outline: none;
}


.check
{
	color: red;
	margin: 5px 0 5px 0;
	padding: 7px 0 7px 0;
	border-top: 1px dashed red;	
	border-bottom: 1px dashed red;
	line-height: 14px;
}


.left-floater
{
	float: left;	
}


.right-floater
{
	float: right;
}


.cleanup
{
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	margin: -1px 0;
	visibility: hidden;
}


#site-bg
{
	background: url(../img/design/design_bg.gif) #fff repeat-x;
	text-align: left;
}


#container-center
{
	width: 985px;
	margin: 0 auto;
	background: transparent url(../img/design/design_subnavbg.gif) no-repeat 0 230px;
}


#content-bg
{
	float: right;
	margin: 240px 150px 30px 0;
	padding: 0;
	width: 550px;
	overflow: hidden;
}


#tools
{
	padding: 20px 0 15px 278px;
}


#footer-bg
{
	margin: 0 auto;
	background: url(../img/design/design_footer-bg.gif) repeat-x rgb(217, 217, 217);
	text-align: left;
}


#footer-container-center
{
	width: 985px;
	margin: 0 auto;
	padding: 0;
}


#footer-content-bg
{
	width: 652px;
	margin: 0 0 0 237px;
	padding: 0;
	background: url(../img/design/design_footer.gif) no-repeat;
}


#footleft,
#footmid,
#footright
{
	float: left;
	width: 180px;
	padding: 24px 0 24px 0;
	position: relative;
	font-size: 10px; 
	line-height: 16px;
	color: #fff;
}


#footleft
{
	left: 42px;
}


#footmid
{
	left: 68px;
}


#footright
{
	left: 70px;
	text-align: right;
}


#logo
{
	position: relative;
}


#logo img
{
	position: absolute;
	top: 65px;
	left: 10px;
}


#breadcrumbbar
{
	position: relative;
}


#breadcrumbbar div
{
	position: absolute;
	top: 200px;
	left: 10px;
	color: rgb(120, 120, 120);
	font-size: 11px;
}


#breadcrumbbar a
{
	color: rgb(120, 120, 120);
	font-size: 11px;
	text-decoration: none;	
}


#breadcrumbbar a:hover
{
	text-decoration: underline;
}


#copy
{
	color: #fff;
	font-size: 10px;
	padding: 5px 0 0 0;	
}


.box-1
{
	background: url(../img/design/design_bg_ul-2.gif) repeat-x rgb(229, 229, 229);
	padding: 10px 15px 15px 20px;
}


.eurovir
{
	color: rgb(0, 122, 6);
	font-weight: bold;
}


/* ===== ueberschriften ===== */

h1,
h2,
h3,
h4,
h5,
h6
{
	font-weight: bold;
	font-size: 12px;
	color: rgb(0, 122, 6);
	margin: 0;
	padding: 0;
	border: 0;
}


h1
{
	line-height: 32px;
	font-size: 24px;
	margin: 0 0 23px 0;
}


h2
{
	line-height: 18px;
	font-size: 14px;
	margin: 0 0 10px 0;
}


h3
{
	line-height: 18px;
	font-size: 11px;
	color: rgb(0, 20, 10);
	margin: 5px 0 3px 0;
}


h6
{
	font-size: 11px;
	line-height: 13px;
	padding: 0 0 0 7px;
	margin: 0 0 15px 0;
	border-left: rgb(200, 25, 25) 3px solid;
}


/* ===== listen ===== */

ul
{
	list-style: square;
	padding: 10px 0 0 15px;
	margin: 0;
}

ol
{
	padding: 10px 0 0 24px;
	margin: 0;
}


li
{
	padding: 0;
	line-height: 18px; 	
}


ul.li-2,
ul.li-4
{
	list-style: none;
	padding: 0;
	margin: 0;
	
}

ul.li-2 li,
ul.li-4 li
{
	margin: 0 0 10px 0;
	background: url(../img/design/design_bg_ul-2.gif) repeat-x rgb(229, 229, 229);
	border-left: rgb(0, 122, 6) 3px solid;
}

ul.li-4 li
{
	border-left: rgb(200, 200, 200) 3px solid;	
}


ul.li-2 li div,
ul.li-4 li div
{
	padding: 5px 15px 5px 10px;
}


ul.li-3 li,
ol li
{
	margin: 0 0 10px 0;
}	


/* ===== bilder ===== */

img
{
	border: 0;
}


.pic-left,
.pic-left-link
{
	float: left;
	border: 1px #fff solid;
	margin: 2px 15px 5px 0;
}


.pic-left-link:hover
{
	float: left;
	border: 1px rgb(178, 229, 204) solid;
	margin: 2px 15px 5px 0;
}


.pic-right,
.pic-right-link
{
	float: right;
	border: 2px #fff solid;
	margin: 2px 0 5px 15px;	
}


.pic-right-link:hover
{
	float: right;
	border: 1px rgb(178, 229, 204) solid;
	margin: 2px 15px 5px 0;
}


.pic-border-1
{
	border: 1px solid #ddd;
	padding: 3px;
	background: #fff;
}


.pic-border-2
{
	border: 1px solid #fff;	
}


.pointer
{
	cursor: pointer;
}


/* ===== tabellen ===== */
table.style-1
{
	border-collapse: collapse;
}


table.style-1 th
{
	background-color: rgb(0, 122, 6);
	border: 2px #fff solid;
	color: #fff;
	padding: 2px 10px 3px 6px;
	border-left: 1px solid #fff;
	vertical-align: top;
}


table.style-1 td
{
	border: 2px #fff solid;
	background-color: rgb(220, 220, 220);
	padding: 1px 10px 2px 6px;
	vertical-align: middle;
}


table.style-2 th,
table.style-2 td
{
	vertical-align: top;	
}



/* ===== links ===== */

a
{
	color: rgb(0, 122, 6);
	text-decoration: none;
}


a:hover
{
	text-decoration: underline;
}
	


a.close
{
	background: url(../img/design/design_close-link.gif) no-repeat 0 2px;
	padding: 0 0 0 14px;
}


a.lbox-1:link,
a.lbox-1:visited
{
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: rgb(0, 102, 51);
	text-decoration: none;
}


a.lbox-1:hover
{
	color: rgb(0, 65, 35);
	padding-bottom: 1px;
	border-bottom: 1px dotted rgb(0, 102, 51);
}


a.download
{
	background: url(../img/design/design_download-link.gif) no-repeat 0 1px;
	padding: 0 0 0 13px;
}


a.external
{
	background: url(../img/design/design_external-link.gif) no-repeat 0 1px;
	padding: 0 0 0 13px;
}


a.print,
a.totop
{
	color: rgb(120, 120, 120);
	font-size: 10px;
	text-decoration: none;	
}



a.print
{
	background: url(../img/design/design_print-link.gif) no-repeat 0 2px;
	padding: 0 0 0 15px;
	margin-left: 16px;	
}


a.totop
{
	background: url(../img/design/design_top-link.gif) no-repeat 0 1px;
	padding: 0 0 0 10px;	
}


a.print:hover,
a.totop:hover
{
	color: rgb(0, 102, 51);
}


a.print:hover
{
	background: url(../img/design/design_print-link.gif) no-repeat 0 -15px;		
}


a.totop:hover
{
	background: url(../img/design/design_top-link.gif) no-repeat 0 -12px;		
}


a.lcopy:link,
a.lcopy:visited
{
	font-family: arial;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
}


a.lcopy:hover
{
	text-decoration: underline;
}



/* ===== formulare ===== */

#contactform
{
	padding: 0;
	margin: 0;
}

.input-base
{
	font-size: 11px;
	color: rgb(30, 30, 30);
	background: rgb(220, 220, 220);
	height: 18px;
	width: 170px;
	padding: 1px 0px 0px 2px;
	border: 0;
	border-top: 1px rgb(150, 150, 150) solid;
	border-left: 1px rgb(150, 150, 150) solid;
}


.input-1-act
{
	background: rgb(228, 247, 222);
	border-top: 1px rgb(100, 100, 100) solid;
	border-left: 1px rgb(100, 100, 100) solid;
}


.input-2
{
	color: #fff;
	padding: 0;
	background: rgb(140, 140, 140);
	border-top: 1px rgb(140, 140, 140) solid;
	border-left: 1px rgb(140, 140, 140) solid;
}


.input-2-act
{
	padding: 0;
	background: rgb(228, 247, 222);	
	border-top: 1px rgb(228, 247, 222) solid;
	border-left: 1px rgb(228, 247, 222) solid;
}


.formspacer
{
	margin-bottom: 5px;
}


.formtext-1
{
	padding: 0 0 0 4px;
	
}


.formtext-2
{
	color: rgb(255, 82, 0);
	padding: 0 0 0 4px;
}


.error-headline,
.error-message
{
	color: rgb(255, 82, 0);
}


ol.datenschutz > li {
    line-height: 18px;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 20px 0;
    color: rgb(0, 122, 6);
}

ol.datenschutz > li ol{
    padding-top: 0px;
}

ol.datenschutz > li ol li{
    font-weight: bold;
}

ol.datenschutz > li ol,
ol.datenschutz > li ol li,
ol.datenschutz > li ol li h4,
ol.datenschutz > li p{
    font-size: 11.4px;
    color: rgb(0, 20, 10);
}

ol.datenschutz > li p,
ol.datenschutz > li ol li p,
ol.datenschutz > li ol li ul li{    
    font-weight: normal;   
}
    

.button-01{
    display: inline-block;
    
    padding: 5px 25px;

    border: 0;

    background: #4795e2;

    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: #ffffff;

    -webkit-transition: all 600ms ease; /* Firefox */
    -moz-transition: all 600ms ease; /* WebKit */
    -o-transition: all 600ms ease; /* Opera */
    transition: all 600ms ease; /* Standard */

    cursor: pointer;
}
.button-01:hover{
    background: #606060;
}
