@charset "utf-8";

/* CSS Document */

* {
   margin: 0;
   padding: 0;
   outline: none;
}

html {
   background: url(../images/backgrounds/background07.jpg) top center no-repeat transparent fixed;
   height: 100%;
}

body {
   background:url(../images/bg_dots.png) transparent fixed;
   min-height: 100%;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 62.5%;
   color: #414141;
}

.clear {
   float: none;
   clear: both;
}

.highlight {
	border:1px solid silver;
	padding:10px;
}

#container {
   margin: 0 auto;
   padding: 0 0 50px 0;
   width: 900px;
   font-size: 1.3em;
}

a.external {
   background: url(../images/external.png) right 4px no-repeat !important;
   padding: 0 12px 0 0;
}

#outernavigationcontainer { height: 30px; }

#outernavigationcontainer ul {
   list-style: none;
   float: right;
}

#outernavigationcontainer li {
   float: left;
   margin-right: 18px;
   padding: 7px 0 0 0;
}

#outernavigationcontainer li a {
   color: #010101;
   text-decoration: none;
}

#outernavigationcontainer li a:hover { text-decoration: underline; }

#outernavigationcontainer li#customerlogin { margin-right: 0; }

#outernavigationcontainer li#customerlogin a {
   color: #fff;
   display: block;
   float: left;
   padding: 7px 9px;
   margin: -7px 0 0 0;
   background: #004a80;
}

#logoinnernavigationcontainer {
   height: 123px;
   margin: 12px 0 12px 0;
}

#logo {
   background: url(../images/opacity50.png) 0 0 repeat;
   width: 166px;
   height: 109px;
   padding: 14px 0 0 53px;
   float: left;
}

#logo h1 a {
   background: url(../images/euroweb_logo.png) 0 0 no-repeat;
   display: block;
   width: 113px;
   height: 89px;
   text-indent: -5000px;
}

#innernavigation {
   width: 680px;
   height: 123px;
   float:left;
   background: #fff;
   margin: 0 0 0 1px;
}

#innernavigation ul {
   list-style: none;
   padding: 30px 0 0 32px;
   float: left;
}

#innernavigation li {
   font-size: 1.0em;
   font-family: Arial;
   float: left;
   margin: 0 5px 0 0;
}

#innernavigation li a {
   display: block;
   float: left;
   color: #414141;
   text-decoration: none;
   height: 18px;
 	text-indent:-9999px;
 	background-image:url(../images/navi.gif);
}

#innernavigation li a.produkthilfe {
   width: 86px;
   background-position: 0 top;
}

#innernavigation li a.produkthilfe:hover,
#innernavigation li.active a.produkthilfe { background-position: 0 bottom; }


#innernavigation li a.faq {
   width: 48px;
   background-position: -86px top;
}

#innernavigation li a.faq:hover,
#innernavigation li.active a.faq { background-position: -86px bottom; }

#innernavigation li a.downloads {
   width: 90px;
   background-position:  -134px top;
}

#innernavigation li a.downloads:hover,
#innernavigation li.active a.downloads { background-position: -134px bottom; }

#innernavigation li a.euroweb {
	width: 70px;
	background-position: -220px top;
}

#innernavigation li a.euroweb:hover,
#innernavigation li.active a.euroweb { background-position: -220px bottom; }

#innernavigation ul#subnavigation {
   padding: 16px 80px 0 35px;
   float: none;
   clear: both;
}

#innernavigation ul#subnavigation li {
   height: 20px;
   padding: 0 13px 0 0;
}

#innernavigation ul#subnavigation li a {
   text-indent: 0;
   background: none;
}

#innernavigation ul#subnavigation li a:hover { text-decoration: underline; }

#innernavigation ul#subnavigation li.active a { text-decoration: underline; }

#innernavigation #searchbar {
   float: left;
   padding: 26px 0 0 125px;
}

#searchsubmit {
   background: #d1d1d1;
   border: none;
   height: 21px;
   vertical-align: top;
   cursor: pointer;
   padding: 0 7px;
   font-size: 11px;
}

#searchterm {
   width: 119px;
   height: 17px;
   padding: 1px 2px;
   border: 1px solid #d1d1d1;
}

#headerimagecontainer {
   height: 215px;
   margin: 0 0 12px 0;
}

#headerimageleft {
   background: url(../images/opacity20.png) 0 0 repeat;
   width: 219px;
   height: 215px;
   float: left;
}

#headerimage {
   width: 680px;
   float: left;
   margin: 0 0 0 1px;
}

#contentcontainer {
   background: url(../images/bg_content.png) 0 0 repeat-y;
   float: left;
   margin: 0 0 12px 0;
}

#contentleft {
   width: 219px;
   float: left;
   text-align: center;
   padding: 30px 0 50px 0;
}

#contentleft img {
   margin: 45px 0 0 0;
   border: none;
}

#content {
   width: 540px;
   float: left;
   margin: 0 0 0 1px;
   padding: 35px 100px 20px 40px;
   line-height: 180%;
}

#content p { margin: 0 0 12px 0; }

#content blockquote {
   margin: 0 0 12px 0;
   padding: 0 0 0 50px;
   color: #333;
   background: url(../images/blockquote.gif) 10px 5px no-repeat;
}

#content cite { color: #666; }

#content ul {
   list-style: none;
   margin: 0 0 12px 0;
}

#content ul li {
   background: url(../images/li.gif) 0 7px no-repeat;
   padding: 0 0 0 14px;
}

#content dl dt {
   font-size: 1.2em;
   font-weight: bold;
   font-family:"Arial Narrow", Arial;
   color: #004A80;
   text-transform: inherit;
   margin:15px 0 0 0;
}

#content img {
   border: 2px solid #ccc;
   margin: 7px 10px 5px 0;
   float: left;
}

#content .lytebox img {
   border: 2px solid #ccc;
   margin: 0px 10px 5px 0;
   float: left;
}

#content h2 {
   font-size: 2.1em;
   font-weight: normal;
   font-family:"Arial Narrow", Arial;
   color: #004A80;
   text-transform: inherit;
   margin: 0 0 10px 0;
   letter-spacing: .04em;
   line-height:120%;
}



#content h3 {
   font-size: 1.3em;
   font-weight: bold;
   font-family:"Arial Narrow", Arial;
   color: #004A80;
   text-transform: inherit;
   letter-spacing: .04em;
}

#content h3 a {
   text-decoration:underline;
}

#content h3 a.accordeon {
   text-decoration:none;
   border-bottom:1px solid #dfdfdf;
   width:100%;
   display:block;
   margin:0 0 10px 0;
   padding:5px 0 3px 5px;
   background:#efefef;
}

#content h3 a.accordeon:hover {
	 border-bottom:1px solid #efefef;
	 background:#f5f5f5;
	 color:#333;
}

#content h3.team { margin: 35px 0 0 0; }

#content h4 {
   font-size: 1.0em;
   font-weight: bold;
   font-family:Arial;
   color: #004A80;
   text-transform: inherit;
   letter-spacing: .04em;
}

#content h2.last { margin: 0 0 20px 0; }

.singlecolumn {
   width: 540px;
   float: left;
   margin: 0 0 20px 0;
}

.doublecolumn {
   width: 350px;
   float: left;
   margin: 0 0 20px 0;
}

.triplecolumn {
   width: 160px;
   float: left;
   margin: 0 0 20px 0;
}

.triplecolumn-highlight {
   margin: 0 0 20px 0;
   padding:10px 15px 0 75px;
   border:1px solid #ffda5b;
   background:#fff8ce url(../images/warning.gif) 10px 13px no-repeat;
}

.triplecontainer { float: left; }

.separator {
   width: 30px;
   float: left;
   height: 10px;
}

.separator-hor {
   width: 540px;
   float: left;
   height: 1px;
   background:#e0e0e0;
   margin:5px 0 20px 0;
}

#content a {
   color: #1f4b86;
   text-decoration: none;
}

#content a:hover { color: #a1c341; }

#content .download {
   background:#f5f5f5 url(../images/icon-pdf.gif) left no-repeat;
   padding:3px 0 3px 45px;
   margin:5px 0;
   line-height:130%;
   border:1px solid #ececec;
}

#content .download small { color:#999999; }

#footer {
   background: #fff;
   width: 600px;
   margin: 0 0 0 220px;
   padding: 20px 40px;
   float: none;
   clear: both;
}

#footer h4 {
   color:#1F4B86;
   font-size:0.85em;
   font-weight:bold;
   margin:0 0 10px;
   text-decoration:none;
}

#footer p { font-size: 0.85em; }

#footer a {
   text-decoration: none;
   color: #414141;
}

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

#footer .triplecolumn {
   margin: 0;
   width: 160px;
}

/*LOGINFORMS*/

.login {
   float: none;
   clear: both;
   margin: 0 0 20px 0;
}

.login .hidden {
   border: none;
   float: none;
   height: 0;
}

.login label,
.login input {
   float: left;
   display: block;
   width: 120px;
}

.login input {
   width: 200px;
   border: 1px solid #a1a1a1;
   margin: 0 0 5px 0;
   padding: 2px;
}

.login br {
   float: none;
   clear: both;
}

.login .submitbtn {
   margin: 0 0 0 120px;
   background: #004A80;
   height: 28px;
   border: none;
   color: #fff;
   width: 206px;
   cursor: pointer;
   float: none;
   clear: both;
}

.productbtn {
   font-weight: bold !important;
   padding: 0 0 0 15px;
   background: url(../images/li2.gif) 0 4px no-repeat;
}

.productbtn:hover { background-position: 0 -10px; }

.calculator table {
   width: 100%;
   border-collapse: collapse;
}

.calculator table td {
   vertical-align: top;
   padding: 3px;
   border-bottom: 1px dotted #ccc;
}

.calculator table .checkbox { margin: 5px 0 0 0; }

.calculator table td.rightalign { text-align: right; }

.calculator table td.tabletext {
   border: none;
   padding: 15px 3px;
}

.calculator #totalsum {
   background: #f1f1f1;
   padding: 10px;
   margin: 10px 0 0 0;
   border-bottom: 1px solid #e8e8e8;
   color: #666;
   font-size: 18px;
   font-weight: bold;
}

#totalsum span {
   color: #004A80;
   padding: 0 0 0 20px;
}

.blue { color: #004A80; }

.noborder td { border: none !important; }

.newsimage { border: none !important; }

.maps { float: right !important; }

#playerborder {
   border: 2px solid #ccc;
   width: 480px;
   margin: 0 0 20px 0;
}

#newsletter fieldset { border: none; }

#newsletter legend { display: none; }

#newsletter input,
#newsletter label {
   display: block;
   float: left;
   width: 150px;
}

#newsletter input { border:1px solid #004A80; }

#newsletter input.radio {
   width: auto;
   margin: 6px 3px 0 0;
}

#newsletter input.hidden { display: none; }

#newsletter .submitbtn {
   margin: 0 0 0 150px;
   background: #004a80;
   color: #fff;
}

#newsletter h3 { margin-top: 30px; }

#newsletter .radio-small { width: 70px; }

#maintenancecomment {
   border: 2px solid #c00;
   margin: 15px 0;
}

#maintenancecomment p {
   padding: 0 5px;
   margin: 0 0 5px 0;
   font-size: 11px;
}

#maintenancecomment h2 {
   background: #c00;
   color: #fff;
   font-size: 13px;
   padding: 3px 5px;
   margin: 0;
   font-family: arial;
   font-weight: bold;
}

/* ---------- Portfolio ---------- */
select#kategorien {
   height:100px;
   width:160px;
}

select#branchen {
   height:100px;
   width:350px;
}

form#folio fieldset { border:none; }

form#folio input.button {
   background:#004A80;
   border:none;
   color:#fff;
   cursor:pointer;
   margin-top:10px;
   padding:2px;
   width:100%;
}

#referenzen h4 { line-height:1.4em; }

.glossar {
	list-style:none;
	margin:0 0 5px 0;
	padding:5px;
	border:1px solid silver;
	float:left;
}

.glossar li {
	float:left; 
	border-right:1px solid #d6d6d6;
	border-left:1px solid #d6d6d6;
	border-top:1px solid #d6d6d6;
	border-bottom:1px solid #bfbfbf;
	height:21px;
	width:21px;
	margin:3px;
	text-indent:5px;
	background:#ededed;
	color:#aaa;
}

.glossar li a:link, 
.glossar li a:visited {
	background:#dbe8f2;
	height:21px;
	width:21px;
	display:block;
	color:#414141 !important;
	font-weight:bold;
}

.glossar li a:hover, 
.glossar li a:active {
	background:#004a80;
	color:white !important;
}

table.infotable  {
	border-left:1px solid silver;
	border-top:1px solid silver;
	margin:0 0 15px 0;
}

table.infotable tr td {
	border-right:1px solid silver;
	border-bottom:1px solid silver;
	padding:3px;
}

/* video-player */
#player1, #player2, #player3, #player4, #player5, #player6, #player7, #player8 {
			
			height:		405px;
			width:		540px;
			border:1px solid #999;
			float:left;
			margin: 0 0 10px 0;
		}



