/* CSS Document */

/* CSS Vorgaben 

Standard Grün Hell : #009790;
Standard Grün Dunk : #006774 - #749ba4 - #a7bbc1;
Standard Orange    : #f29400 - #fac073 - #fcd5a4;
*/

@charset "UTF-8";

/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #d5d5d4 url(../pics/website/BG.jpg) repeat-x;
	background: url(https://www.stuttgart.de/img2/bg_pferd.gif) 50% 50% repeat white fixed;
	background-position: left -1px;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;	
	
}


img {
	border: none;	
}



h1 {
	color:#666;
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight: lighter;	
}

h2 {
	color:#666;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: lighter;	
}


hr{
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
	margin-top: 15px;
	margin-bottom: 15px;
}

a{ 
	color: #666;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color: #000;	
}

.workout {
	display:block;
	width: 180px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	background: url(../pics/website/bg_but_arrow_left_01.png) no-repeat center left;
}


.lightbox img {
	border: 1px solid #ccc;	
	box-shadow: 5px 5px 5px #888;
}


.smallForm input[type=text]{
	width: 350px !important;
	margin: 2px;	
}
.inputs_adress{
	width: 260px !important;
	margin: 2px;
	font-size:12px;
}
.cursor{
	cursor:pointer;
}



#content {
	position:relative;
	width: 980px;
	margin: 5px auto;
	margin-bottom: 25px;
	padding: 0px;	
	text-align:left;
	background:#FFF;
	border:#ccc 1px solid;
	
}


#header {
	position: relative;
	width: 980px;
	height: 180px;
	margin-bottom: 15px;
	margin: 0px auto;
	background: url(../pics/website/header_pic.png) no-repeat;
}

#header_title {
	position: absolute;
	top: 40px;
	left: 35px;
	width: 100px;
	height: 100px;
	cursor: pointer;
}


#header a {
	font-weight: lighter;
	color: #FFF;	
	
}

#header_editor {
	position: relative;
	width: 970px;
	height: 152px;
}

	  #logo{
		  position:absolute;
		  top: 10px;
		  left: 10px;
		  z-index: 99;
	  }
	  
	  #header_top{
		  position:absolute;
		  width: 980px;
		  height: 50px;
		  top:-50px;
		  left: 0px;
		  background:url(../pics/website/transp_25.png) repeat;
	  }
	  
	  #header_permanent ul {
		  font-family: Arial, Helvetica, sans-serif;
		  font-weight: lighter;
		  font-size:10px;
		  list-style-type:none;  
		  margin: 0px;
		  padding: 0px;
		  margin-left: 10px;
		  margin-top: 30px;
	  }
	  #header_permanent ul li {
		  float:left;
		  margin-right: 15px;
	  }	  
	  
	  #header_pic{
		  position:relative;
		  width: 980px;
		  height: 200px;
		  top: -2px;
		  left: 0px;
	  }
	  
	  #header_pic ul,  #header_pic ul li{
		  margin: 0px;
		  padding: 0px;
		  list-style-type: none;
	  }	  
	  
	  #menu {
		  position: absolute;
		  width: 980px;
		  height: 52px;
		  top: 120px;
		  left: 0px;
		  z-index: 2;
		  color:#000;
	  }
		
		#menu ul {
			margin-right: 10px;
			padding: 0px;	
		}
		
		#menu li {
			list-style-type: none;
			float:left;
			width: 180px;
		}
		
		#menu li a {
			display:block;
			padding-left: 5px;
			padding-right: 5px;
			line-height: 52px;
			text-align: center;
			text-decoration:none;
			font-size:14px;
			font-weight: bold;
			/*border-left: #999 1px solid;*/
			color: #000;
		}
		
		#menu li a:hover {
			color: #000;
			text-decoration: underline;
		}
		
		#menu .current_page_item {
			color:#000;						
		}
		#menu .current_page_item a {
			color: #666;
			text-shadow: 1px 1px 0 #FFF;			
		}	
	  
	  
			#navi_header{
				position: absolute;
				top: 51px;
				left: 34px;
				width: 250px;
				height: 200px;
				background:url(../pics/website/transp_25.png) repeat;				
			}

	  
			#navi_header ul{
				margin: 0px;
				padding: 0px;
				list-style-type: none;
				margin-top: 30px;
			}
			
			#navi_header ul ul{
				margin-top: 0px;
			}
			
			#navi_header ul li{
				margin: 0px;
			}	
			
			#navi_header ul li a{
				margin: 0px;
				display: block;
				text-decoration: none;
				line-height: 40px;
				font-family: Tahoma, Geneva, sans-serif;
				font-size:14px;
				font-weight: bold;
				padding-left: 15px;
				color: #000;
				border-bottom: 1px #000 solid;
			}							 	  
	  
			#navi_header ul li a:hover{
				/*background: #CCC;*/
			}		  


#zusatznavicontainer {
	width: 200px;
	float:left;	
	
}

#zusatznavicontainer ul {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-right: 15px;
	
}

#zusatznavicontainer ul li {
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}

#zusatznavicontainer a:link, #zusatznavicontainer a:visited {
    text-decoration: none;
}
#zusatznavicontainer a {
    background-color: #DEDEDE;
    border-bottom: 1px solid white;
    color: black;
    display: block;
    line-height: 22px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 3px 10px;
}



#zusatznavicontainer a:hover {
    background-color: #EFEFEF;
    border-bottom: 1px solid white;
    color: #666;
}

	  
#inhalt {
	position: relative;
	background:#FFF;
	float: right;
	width: 770px;
	margin-right: 5px;
}

#inhalt_2sp {
	width: 946px;
	background:#FFF;
}

#inhalt_left{
	margin-top:3px;
	float: left;
	width: 620px;
	background:#FFF;		
}

#inhalt_left li{
list-style:inherit;	
}


#inhalt_right{
	float:right;
	background:#FFF;
}

#info_box{
	position:relative;
	width: 277px;
	height: auto;
	border: 1px solid #CCC;
	float:right;
	margin: 10px;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}


#footer {
	position: relative;
	width: 980px;
	color: #666666;
	margin: 15px auto;	
	background: #efefef;
	height: 180px;
}

#footer ul {
    border-left: 1px solid #545454;
    float: left;
    font-size: 11px;
    height: 100px;
    margin: 0 0 0 34px;
    padding: 0 0 3px 10px;
    position: relative;
    top: 15px;
    width: 260px;
}

#footer ul li{
	padding: 0 0 4px 0;
}










/* ****** LOGIN ********* */

#login{
	position:absolute;
	top: 15px;
	right: 15px;
	padding: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 260px;
	height: 45px;
	margin:0px;
	color:#545454;
	border:#666666 1px solid;
	background: #efefef;
}

#login input[type=image] {
	margin-top: 18px;
}

#login .block {
	float: left;
	width: 110px;
	}
	
.loginLink{
	font-size: 11px;
	color: #023848;
	font-weight: normal;
}

#login .login{
	margin-top: 5px;
	height: 14px;
	width: 100px;
	font-size:12px;
}



.box_login {
    border: 1px solid #C4C4C4;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 2px 2px 4px #E2E2E2, 2px 2px 4px #E2E2E2 inset;
    float: left;
    height: 200px;
    margin: 0 15px 0 0;
    position: relative;
    width: 390px;
}
.box_login_head {
    background-color: #F2F4F4;
    height: 30px;
    width: 390px;
}

.box_login_head {
    background-color: #F2F4F4;
    height: 30px;
    width: 390px;
}

.box_login_head_txt {
    color: #034668;
    font-size: 13px;
    font-weight: 600;
    left: 5px;
    position: relative;
    top: 5px;
}

.box_login_content {
    padding: 10px 30px 30px;
    width: 330px;
}


/* ****** SEARCH  ********* */

#search{
	position:absolute;
	top: 45px;
	right: 15px;
	/*padding: 15px;*/
	width: 290px;
	height: 65px;
	margin:0px;
	color:#545454;
	border:#666666 1px solid;
	background: #efefef;
}

/* ****** PRINTSHOP ********* */
.printprodukt{
    float: left;
    height: 160px;
    margin: 5px;
    padding: 20px 5px 5px;
    position: relative;
    text-align: center;
    width: 160px;
}

.blockEigenschaften{
	width: 100%;	
}
.groups{
   float:left;
   border: #999 1px solid;	
   margin-left: 5px;
   margin-right: 5px;
   margin-bottom:10px;
   width: 170px;
   padding: 5px;
   height:310px;
}

ul.options li {
    clear: left;
    overflow: hidden;
    padding-bottom: 15px;
	position:relative;
	left:-40px;
	width: 170px;
}
li {
    /*list-style: none outside none;*/
}

#footer ul li{list-style: none outside none;}

.blockAuflage{
	width: 100%;	
}

.auflage{
	float:left;
	border: #999 1px solid;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom:10px;
	width: 280px;
	padding: 5px;
	height:100px;
}

#error_auflage{
   margin-left: 5px;
   padding: 5px;
   color:#900;
   font-weight:700;

}

.input_small_printshop {
	width: 50px;
	height: 14px;
	font-size: 12px;
	color: #333333;
	margin-top: 2px;
}

.option_checked{
	color: #136f8a;
}

.h3 {	
	font-size: 18px;
	color: #03625e;	
/*	font-weight:bold;*/
}

.button, .button_neueauflage {
	background: none repeat scroll 0 0 #fce714;
	border: medium none #999999;
	color: #333 !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	border-radius: 5px 5px 5px 5px;
	padding: 3px 10px;
	cursor:pointer;
}

/* Produktboxen auf der Startseite */
.prodbox_ro {
	background:url("../pics/box/prodbox_ro.jpg") top right no-repeat;
	float: left;    
	margin: 0px 13px 24px 0;		
	position: relative;
	text-align: center;
	width: 140px;	
	font-size: 10px;	
}

.prodbox_lo {
	background:url("../pics/box/prodbox_lo.jpg") top left no-repeat;
	margin:0;
	padding:0;
}

.prodbox_ru {
	background:url("../pics/box/prodbox_ru.jpg") bottom right no-repeat;
	margin:0;
	padding:0;
}

.prodbox_lu {
	background:url("../pics/box/prodbox_lu.jpg") bottom left no-repeat;
	margin:0;
	padding:0;
}

.prodbox_inhalt {
	margin:0;
	padding:1em 1.3em 3.5em 1.3em;
	height: 100px;
	width:120px;
}

.prodbox_inhalt p {
	margin:0;
	padding:0;
}

.prodbox_inhalt a {
	font-size: 10px;
}

.pssmininavi {
text-align:center;	
width: 65%;
margin: 0px auto;
}

#psstartkat {
	background: #efefef;
    border: 1px solid #999999;
    float: left;
    height: 220px;
    margin: 10px;
    padding: 5px;
    position: relative;
    text-align: center;
    vertical-align: bottom;
    width: 150px;
}

/* End of Produktboxen auf der Startseite */


/* Produktboxen Klein */
.prodbox_ro_kl {
	background:url("../pics/box/prodbox_ro.jpg") top right no-repeat;
	float: left;    
	margin: 0px 12px 12px 0;		
	position: relative;
	text-align: center;
	width: 191px;		
}

.prodbox_lo_kl {
	background:url("../pics/box/prodbox_lo.jpg") top left no-repeat;
	margin:0;
	padding:0;
}

.prodbox_ru_kl {
	background:url("../pics/box/prodbox_ru.jpg") bottom right no-repeat;
	margin:0;
	padding:0;
}

.prodbox_lu_kl {
	background:url("../pics/box/prodbox_lu.jpg") bottom left no-repeat;
	margin:0;
	padding:0;
}

.prodbox_inhalt_kl {
	margin:0;
	padding:0.6em 0.6em 1.7em 0.6em;
	height: 191px;
}

.prodbox_inhalt_kl p {
	margin:0;
	padding:0;
}

/* End of Produktboxen auf der Startseite */

/* Beginn of Persliste im geschütztem Bereich */
#perslist {
    /*background: url("../../pics/website/transp_25.png") repeat scroll 0 0 transparent;*/	
    height: 200px;
    left: 34px;
    position: absolute;
    width: 250px;		
}

#perslist ul {
    list-style-type: none;
    margin: 0px 0 0;
    padding: 0;	
	background: #e6e6e2 url(../pics/website/transp_25.png);	
}

.pers-menu{
	line-height: 40px;
}

#perslist ul li a {
    border-bottom: 1px solid #666;
    color: #666;
    display: block;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    margin: 0;
    padding-left: 15px;
    text-decoration: none;	
}
/* End of Persliste im geschütztem Bereich */

#container4big {
  width: 430px;
}

#container4klein {
	left:float;
	margin-left: 13px;
	margin-top: 13px;
}

.box_klein{
	float:left;
	width: 123px;
	height: 87px;
	margin-left:7px;
	margin-right:6px;
	margin-bottom:13px;
	border: 1px solid #C4C4C4;
	-moz-border-radius: 2px 2px 2px 2px;
	-moz-box-shadow: 2px 2px 4px #E2E2E2, 2px 2px 4px #E2E2E2 inset;
	margin-top: 15px;
}

.message{	
	color: #035984;
	font-weight:700;
}

.hilfstext_warenkorb {
    color: #035984;
    font-size: 11px;
    font-weight: 700;
}

.input_small {
    width: 30px !important;
}

.paging {
    float: right;
    padding-right: 13px;
    width: 120px;
}

.error{
	color: #F00;
    font-size: 11px;
    font-weight: 700;
}


/*Webmaster 3.0 Gallery */

.galerie {
margin-top: 10px;
padding: 15px;
height: auto;
}


.piccont {
	width: 150px;
	height: 150px;
	border: 1px solid #999999;
	float: left;
	margin: 3px;
	padding: 5px;
	text-align:center;
	background:#FFF;
	font-size:10px;
}


.piccont img {
	border: 1px solid #999999;
	margin-top: 15px;
}

.piccont a {
	color: #256c70;	
	text-decoration: none;
	font-weight: bold;
}

.piccont a:hover{
	color: #CCC;	
}

.child{
	padding-right:13px;
}



/*Glossar*/

#search_glossar{
	margin-top:10px;
	width:260px;
	height:50px;
	color:#666;
	font-size:13px;
	}

.hilfstext{
	color:#666;
	font-size:11px;
	}
	
	
	
	
	
/* DCC Liste*/

.innerList {
	margin: 0px;
	margin-left: -10px;
	padding: 0px;	
	width: 320px;
	font-size:12px;
}

.innerList li {
	line-height: 15px;
	list-style-image: url(../pics/icons/Quader-DCC.png);
	list-style-position:inside;
	margin-left: -5px;
}

.innerList li::before {
/*	line-height: 25px;
  	color: #009992;
  	content: "▶\A0";*/
}
	
	
.textinbox {
	padding-left: 5px;
	padding-right: 5px;	
}


.block {
	display:block;
}

.clear {
	clear:both;
}

.left {
	float: left;
	margin-left: 15px;
}


.spaceList {
	height: 10px;
	background:#ccc;	
	
}
	
	
	
/* QR Styles */

#qrWindow {
	position: absolute;
	top: 155px;
	right: 5px;
	width: 320px;
	height: 350px;
	padding-top: 15px;
	text-align: center;
}

#qrForm {
	position: relative;
	left: -8px;
	width: 380px;
	padding: 15px;
}

label {
	display:block;
	color: #899628;
	font-size:9px;	
}
input[type=submit] {
	font-size:14px;
	color: #666;
	padding: 4px 25px;
}

#VcardBarcode_text {
	width: 360px;
	height: 260px;	
}

/*visitenkarten formular neu */

#copyData{
	cursor: pointer;
	text-align:center;
	width: 160px;
}


#visiHeader {
	
	
}


.formHeaderVisi{
	font-size:10px;
	color:#999999;
	width: 120px;
	float:left;
	margin-left:3%;
}

.formHeaderVisi select, .formHeaderVisi input, select{
	width: 120px;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	height:18px;
	
}

.formHeaderVisi input{
	height:13px;
	}	
	
	
#tabs input[type=text], #tabs select {
	width: 360px;
	height: 25px;
	font-size: 12px;
}

.inputTime {
	width: 160px;
	height: 25px;
	font-size: 12px;
}
	
	
	
#bildleiste  {
	margin-bottom: 25px;	
}
	
	
#bildleiste img, #visiLayout img {
	
border: 1px solid #ccc;
margin: 5px;
margin-right: 10px;

-webkit-box-shadow: 5px 5px 6px 0px rgba(220, 220,220, 1); /* WebKit */
-moz-box-shadow: 5px 5px 6px 0px rgba(220, 255,220, 1); /* Firefox */
box-shadow: 5px 5px 6px 0px rgba(220, 220, 220, 1); /* Standard */	
}
	
	
#visiHeader, #visiLayout {
	float:left;
}
	
#visiHeader {
	margin-right: 10px;
}


#visiLayout img {
/*	height:100%;*/
	max-height: 100px;
	float:left;
}
	
	
#overlay {
	position: absolute;
	top: -1px;
	left: 3px;
	z-index: 1000;
	background: url(../pics/website/trans.png) repeat;
	color: #333;
	min-width: 100%;
	min-height: 100%;
	text-align: center;
	overflow: hidden;
}

#overlay p {
	margin-top: 20%;
	font-size: 24px;
}

#overlay img {
	margin-bottom: 20px;
	width:260px;
}	
	
	
	
.pull-right {
	float: right;	
	right: 0;
  	left: auto;
}
	
.ui-corner-all {
/*	max-width: 400px !important;
	width: 400px !important;*/
}





























	
	
	
