/*-----------------------------------------------------------------------------
	Version:   1.0
	Datum:     Juli 2010
	Autor:     PixelHouse GmbH, ou
	Website:   www.ammann-shoes.com
-----------------------------------------------------------------------------*/



/* Basis
-----------------------------------------------------------------------------*/

body {
	background-image:url(pictures/background.png);
	color: #333;
	padding: 0px;
	margin: 0px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 150%;
	font-size: 0.8em;
}

#container { /* damit wird das Layout zentriert */


	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 30px;
	
}



/* Head
-----------------------------------------------------------------------------*/

#head {
	border-top: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;	
	background-image:url(pictures/header_top.png);
	
	width: 980px;
	height: 150px;
	background-repeat: no-repeat;
	background-position: top;
}



/* Navigation
-----------------------------------------------------------------------------*/

#menu {
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;	
	background-color:#EEEEEE;
	width:930px;

	float:left;
	padding: 5px 25px 5px 25px;

}

#menu_pri {
	float:left;
	font-size: 1.8em;
	padding-bottom:10px;
	line-height:18px;

}

#menu_sec {
	padding-top:20px;
	float:right;
	font-size: 1.3em;
	text-align:right;
	line-height:22px;

}


/* Content
-----------------------------------------------------------------------------*/

#content {
	border-bottom: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;	
	
	background-color:#FFF;
	float: left;
	width: 930px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top:20px;
	font-size: 1em;
	text-align: left;
}

.content_links {
	width: 453px;
	float: left;
}

.content_rechts {
	width: 453px;
	float: left;
	margin-left: 24px;
}

h1, h2 {
	font-weight: bold;
	letter-spacing:1px;
	margin: 0px;	
}

h1 {
	font-size: 1.5em;
	padding-top: 10px;
	padding-bottom: 20px;
	color: #007DC1;
}

h2 {
	font-size: 1.1em;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #007DC1;
}

a {
	color: #007DC1;
	text-decoration: none;
}

a:hover {
	color: #0CF;
	text-decoration: none;
}

a:active {
	color: #09F;
	text-decoration: underline;
}

p {
	margin:0px;
	padding:0px;
}


.zitat {
	font-style: italic;
	color: #999;
}

input, textarea {
	width: 230px;
	border: none;
	border-bottom: dotted 1px #CCCCCC;
	margin-bottom: 10px;
	background-color:#F4F4F4;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;	
}

textarea {
	height: 140px;
	width: 310px;
}

input:focus, textarea:focus {
	background-color:#CCCCCC;
}

.submit {
	background-color: #999999;
	color: #FFFFFF;
	border: solid 1px #CCCCCC;
	width: 100px;
}

.submit:focus, .submit:hover {
	background-color: #FF9900;
}

.error {
	color:#CC0000;
	margin-left: 15px;
}

div.success {
	position: absolute;
	background-color:#FFFFFF;
	width: 330px;
	height: 300px;
	z-index: 10;
	opacity: .95; /* für alle Browser */
	filter: alpha(opacity=95); /* für IE5-7*/
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)"; /* für IE8 */
}

div.text_success {
	background-color:#E1FFE1;
	color:#009900;
	font-weight: bold;
	width: 330px;
	height: 100px;
	z-index: 15;
	text-align: center;
}



.infobox {
	padding:2px;


	border:1px;
	border-style:solid;
	border-color:#CCCCCC;
	
}

.infoboxtitle {
	padding:0px 10px 5px 10px;
	background:#EEEEEE;
}

.infoboxcontent {
	padding:5px 10px 5px 10px;
}





/* Akkordeon
-----------------------------------------------------------------------------*/

.toggler {
	padding:5px;
	cursor:pointer;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	display: block;
	background-image: url(pictures/icon_details_akkordeon.png);
	background-position: 900px;
	background-repeat:no-repeat;
	background-color: #B5D2F2;
}

.toggler-closed {
	color: #FFF;
	border-bottom: solid 1px white;
	background-image: url(pictures/icon_details_akkordeon.png);
	background-position: 900px;
	background-repeat:no-repeat;
	background-color: #B5D2F2;

}

.toggler-closed:hover {
	color: #FFF;
	background-color: #7BA4EE;
	background-image: url(pictures/icon_details_akkordeon_on.png);
	background-position: 895px;
	background-repeat:no-repeat;	
}

.toggler-opened {
	padding:5px;
	color: #FFF;
	background-image: url(pictures/icon_details_akkordeon_on.png);
	background-position: 895px;
	background-repeat:no-repeat;	
	background-color: #7BA4EE;	
}

.toggler-opened:hover {
	padding:5px;
	color: #FFF;
	background-image: url(pictures/icon_details_akkordeon_off.png);
	background-position: 900px;
	background-repeat:no-repeat;
	background-color: #B5D2F2;
}

.toggler-c {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-top: 20px;
}

.toggler-c-closed {
}

.toggler-c-opened {
}

.klein {
	font-size: 0.7em;
}











/* Footer
-----------------------------------------------------------------------------*/


#footer {
	clear: both;
	height: 50px;
	padding-top: 10px;
	color: #999;
	font-size: 0.75em;
}

#footer_client {
	float: left;
	width: 100%;
	text-align: center;
}

#footer_pixelhouse {
	clear: left;
	float: left;
	width: 100%;
	text-align: center;
	color: #999;
}

#footer_pixelhouse a, #footer_pixelhouse a:visited  {
	color: #999;
	text-decoration: none;
}

#footer_pixelhouse a:hover, #footer_pixelhouse a:active {
	text-decoration: underline;
}

