/* neues style_creon.css */

body {
    line-height: 14px;
    background-color: #b2b2b2;
    font-size: 11px;
    font-family: Arial, Helvetica, Sans-Serif;
    color: #000000;
    padding: 0;
    margin: 0;
	text-align: center;		/*IE lösung für zentrierte Box*/
}

/* ----------------Verweise----------------- */

a:link {color: #3399CC;}
a:visited {color: #666666;}
a:active {color: #3399CC;}
a:hover {color: #3399CC;}

/* ----------diverse Text-Styles----------- */ 

h1 {
	margin: 0;
	padding:0;
	font-size: 15px;
}

.dwnl {
    font-size: 13px;
    font-weight: bold;
} 

.cursiveBig {
    font-size: 15px;
    font-style: italic;
} 

#langText {
    margin-left: 15%;
}

/* ------------Sprachauswahl--------------- */ 
#selectlang {
    position: absolute;
    right: 10%;
    top: 10px;
    width: 150px;
    height: 50px;
    color: #FFFFFF;
}

/* List Style */
ul {
    list-style-image: url("../images/bullet_point.png");
    list-style-position: outside;
    margin-left: 15px;
	padding:0;
}

ul.textList li {
	font-weight: normal !important;
}

ul li {
    font-weight: bold;
	margin:0;
    padding: 0;
    padding-left: 5px;
}

/* ----------Hauptcontainer-------------- */ 
#main {
    width: 954px;
    margin-bottom: 10px;
    margin: 0 auto;
	padding:0;
	text-align:left;
    background-color:#FFFFFF;
}

/* ----------Kopfzeile Logo-------------- */ 
#header_Nav {
	min-height: 59px;
	height: 59px;
	background-color: #B2B2B2;
}
#header_logo {
    min-height: 100px;
	/*
    height: expression( this.scrollHeight > 159 ? "auto": "159px");
    */
	height: 100px;
	background-image: url(../images/headerLogo.png);
}

.NavItem{
	position: relative;
	top: 30px;
	width: 72px;
	height: 29px;
	float: left;
}

.ProductItem {
	width: 123px;
	height: 55px;
	float: left;
}

.ProductButton {
    background-image: url(../images/ProductButton.png);
}

.NavButton {
    background-image: url(../images/NavButton.png);
}

.Nav {
    width: auto;
    margin-left: 65px;
}

.register {
    width: auto;
    margin-left: 455px;
}
.ProductItem a {
	color: #000000;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    position: relative;
    top: 20px;
}

.ProductItem a:hover {
	color: #797979;
}

.NavItem a {
	color: #000000;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    top: 8px;
}

.NavItem a:hover {
	color: #797979;
	text-decoration: underline;
}


#main br {
    clear: left;
	margin:0;
	padding:0;
} 

/* -----------------Inhalt mittig--------------------- */ 
#content {
    background-color: #ffffff;
	padding:0;
	margin: 0;
	
}

div#content {
min-height: 400px;
/*
height: expression( this.scrollHeight > 479 ? "auto": "479px");
*/
height: 400px;
} 

#textbox {
    float: left;
    width: 370px;
    overflow: auto;
    margin:30px 0px 0px 50px;
	padding-right: 20px;
    max-height: 390px;
	/*
    height: expression( this.scrollHeight < 380 ? "auto": "380px");
    */
	height: 390px;
}

#textbox.large {
	width: 400px;
}

#textbox p {
	margin-top: 10px;
	
}

div.playPic{
	width:370px;
	height:388px;
	margin-left: 130px;
	cursor:pointer;
	background-image: url(../images/front_play_a.jpg);
}

div.playPic:hover{
	background-image: url(../images/front_play_b.jpg);
}

ul.manual {
	margin-top: 0px;	
}

div.newProduct{
	background-image: url(../images/right/tp200_new.png);
	width: 100px;
	height: 136px;
	cursor:pointer;
	margin-top:140px;
	margin-left:40px;
	float:left;
}

div.newProduct:hover{
	background-image: url(../images/right/tp200_new_hover.png);
}

#imagebox {
    float: left;
    margin: 20px 0px 0px 0px;
} 

#imagebox img{
	padding-bottom: 30px;
	max-width: 391px;
	max-height: 370px;
	width: 391px;
	height: 370px;
	/*
	 * ie exception
	 */
	/*width:expression(document.body.clientWidth < 291? "290px": "auto");*/
}

#imagebox.small img{
	width: 361px;	
}

/*
* html #imagebox img{
	margin-bottom: 30px;
	max-width: 150px;
}
*/
.clearer {
    clear: left;
	margin:0;
	padding:0;
	height:0;
}



/* --------------abschraegungen------------- */ 
#left {
    float: left;
	margin: 0;
	padding:0;
	width:60px;
	height:425px;
	background-color: #B2B2B2;
	background-image: url('../images/left.jpg');
} 

#right {
    float: right;
	margin:0;
	padding:0;
	height:425px;
	width:63px;
	background-color: #B2B2B2;
	background-image: url('../images/right.jpg');
}

#left img, 
#right img {
	padding: 0;
	margin: 0;
	border: none;	
}
/* ---------fussteile bzw. impressung-----------------*/ 
#footer {
	background-color: #B2B2B2;
    background-image: url("../images/footer.jpg");
	
	background-repeat: no-repeat;
	min-height: 110px;
	/*
    height: expression( this.scrollHeight < 66 ? "auto": "66px");
    */
	height: 110px;
	width: 954px;
	line-height: 9pt;
    clear: both;
	margin:0;
	padding:0;

	
} 
#impressum {
    margin-left: 100px;
	font-size: 8pt;
    clear: both;
    width: 50%;
	padding:0;
    float: left;
	margin: 20px 0px 0px 100px;
} 
#swissquality {
    float: left;
    margin-top: 20px;
} 

#footer br {
    clear: left;
	margin:0;
	padding:0;
}

DT {
	float:left;
	font-weight:bold;
	width: 30%;
	
}
DD{
	margin-bottom: 3px;
	margin-left:30%;
}




