
/* cee-gmbh - css 



allgemeines
----------------------------------------------------*/

* {
	padding:0;
	margin:0;
}

html {
	height:100%;
}

.floatright {
	float:right;
	margin-left:5px;
} 

.floatleft {
	float:left;
	margin-right:5px;
}

.floatright img {
	border:1px solid #ccc;
	margin-left:5px;
} 

.floatleft img {
	border:1px solid #ccc;
} 

body {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size:12px;
	color:#555;
	border:none;
	background:url(bg_body.jpg) repeat-x #C6C6C6 fixed;
	line-height:1.4em;
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}

h1 {
	font-family: "Trebuchet MS", verdana, helvetica, sans-serif;
	color:#3260BC;
	font-weight:normal;
	margin:0 0 18px 0;
	line-height: 1em;
	font-size:18px;
	border-bottom: 1px solid #CDCDCC;
}

h2 {
	font-family: "Trebuchet MS", verdana, helvetica, sans-serif;
	color:#3260BC;
	font-weight:bold;
	line-height: 1em;
	font-size:14px;
	margin-bottom:0.2em;
	margin-top:1.2em;
}

h3 {
	font-family: "Trebuchet MS", verdana, helvetica, sans-serif;
	color:#3260BC;
	font-weight:normal;
	margin:2em 0 1em 0;
	line-height: 1em;
	font-size:18px;
	border-bottom: 1px solid #CDCDCC;
}

p {
	margin:0.5em 0 1em 0;
}



li {
	margin-left:30px;
	padding:0;
}

a img {
	border:0 none;
}

img {
	border:none;
}

.clear {
	clear:both;
}

.fixfloat {
	float:none;
	clear:both;
	width:1px;
	margin:0;
	padding:0;
	font-size:1px;
	line-height:0px;
	height:1px;
}

#center {
	width:720px;
	min-height:600px;
	margin:0 auto;
	padding:0 20px;
	text-align:left;
	background-color:#fff;
}

a {
	color:#3260BC;
	text-decoration:none;
}

a:hover {
	color:#3260BC;
	text-decoration:underline;
}

/*header
----------------------------------------------------*/
#top {
	width:720px;
	height:85px;
	background:url(cee_logo.gif) no-repeat;
}

#logo a {
	width:240px;
	height:85px;
	display:block;
}

#header {
	width:720px;
	height:124px;
	background: url(bg_header.jpg) no-repeat #006699;
	margin-bottom:60px;
}


#tools  {
	width:720px;
	height:23px;
	margin:20px 0 1px 0;
	text-align:left;
	font-size:10px;
	line-height:12px;
	font-family:verdana, arial, helvetica, sans-serif;
	background:url(bg_toolsmenu.jpg) repeat-x #333333;
}


#toolsmenu  {
	float:right;
	width:400px;
	height:18px;
	text-align:right;
	margin-top:5px;
}


#toolsmenu UL {
	padding:0;
	margin:0;
	list-style:none;
	display:inline;
}

#toolsmenu LI {
	list-style:none;
	float:left;
	border-left:1px solid #fff;
	margin:0 5px 0 10px;
	display:inline;
	float:right;
}

#toolsmenu LI A {
	padding:2px 5px;
	color:#fff;
	text-decoration:none;
}

#toolsmenu LI A:HOVER, #toolsmenu LI.on A {
	text-decoration:underline;
}


/* content
-------------------------------------------------------------------------------*/
#maincontent {
	width:480px;
	float:right;
	margin:0 0 50px 0;
}

.teaser {
	width:240px;
	height:185px;
	float:left;
	margin-top:2em;
}

.teaser p, .teaser h2, #maincontent p, #maincontent h1, #maincontent h2, #maincontent h3, #maincontent img {
	margin-right:20px;
}

.ebayartikel {
	border:1px solid #f2f2f2;
	margin: 2em 0;
	padding:5px;
	margin-right:20px;
	background-color:#f8f8f8;
}

.teaser-image {
	border:1px solid #CDCDCC;
	width:208px;
	height:83px;
	overflow:hidden;	
	padding:5px;
	background-color:#F9F9F9;
	margin-bottom:0.6em;
}

.teaser h2 {
	font-family: verdana, arial, helvetica, sans-serif;
	color:#3260BC;
	font-size:11px;
	font-weight:normal;
	text-transform:none;
	margin-bottom:0.6em;
	font-weight:bold;
	/*background-repeat:no-repeat;
	padding-left:15px;
	background-image:url(pfeil_rechts.gif);
	background-position:0 4px;*/
}


#breadcrumb {
	position:absolute;
	bottom:9px;
	left:200px;
}

#breadcrumb a, 
#breadcrumb a:link {
	color:#000;
}

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

.magazine-container {
	background: #f7f7f7;
}
.magazine-image a, .magazine-image a:hover {
	border: 0 none;
	background: transparent;
	outline: 0;
}

.bildkasten {
	background-color:#eee;
	border:1px solid #ccc;
	
}


/* links
-------------------------------------------------------------------------------*/

.back-link A, .top-link A, .more-link A {
	text-decoration:underline;
	font-size:12px;
	background-repeat:no-repeat;
	color:#1D77B3;;
}

.more-link A {
	padding-left:25px;
	background-image:url(img/pfeil_rechts.gif);
	background-position:10px 4px;
	font-size:12px;
	font-style:normal;
}

.more-link A:HOVER {
	background-image:url(img/pfeil_rechts_1.gif);
	color:#ff6600;
}

.back-link A {
	padding-left:12px;
	background-image:url(../img/pfeil_back.gif);
	background-position:0 3px;
}

.top-link {
	margin:36px 0 0 0;
	
}

.top-link A {
	padding-left:15px;
	background-image:url(img/pfeil-top.gif);
	background-position:0 3px;
	
}

/* navigation
-------------------------------------------------------------------------------*/
#menu {
	float:left;
	width:200px;
	margin:18px 0 50px 0;
}

#zertifikat {
	float:left;
	width:200px;
	font-size:10px;
	margin-top:40px;
	text-align:center;
	color:#999999;
}


div#menu ul {
	list-style-type:none;
	padding:0;
	margin:0;
	border-bottom:1px solid #CDCDCC;
}

div#menu ul ul {
	border:0 none;
	margin:0;
}

div#menu li {
	list-style-type:none;
	padding:0;
	margin:0;
}

div#menu li a {
	width:170px;
	padding:5px 10px 5px 20px;
	margin:0;
	text-decoration:none;
	color:#828282;
	display:block;
	border-top:1px solid #CDCDCC;
	font-size:11px;
	line-height:16px;
}

div#menu li a:hover {
	/*color:#5270AC;*/
	background:#f9f9f9;
}

div#menu li li a {
	padding:4px 0 4px 33px;
	width:167px;
	font-weight:normal;
	color:#828282;
	background-image:none;
	border:0 none;
}

div#menu li.on li a {
	background-image:none;
}

div#menu li.on li a:hover {
	color:#3260BC;
	
	background:#f9f9f9;
	background-image:none;
}



div#menu li.on a {
	/*color:#1D77B3;*/
	color:#335FBC;
	background-image:url(pfeil-rechts.gif);
	background-repeat:no-repeat;
	background-position:5px 10px;
	background-color:#f9f9f9;
}


div#menu li.on1 a {
	color:#1D77B3;
}

div#menu li.on li a {
	color:#666;
}


div#menu li.on li.on a, div#menu li li.on a:hover {
	color:#335FBC;
	background-image:url(nav1.gif);
	background-repeat:no-repeat;
	background-position:20px 9px;
}

div#menu li.on li a:hover {
	background-color:#eee;
}

div#menu li li.on li a, div#menu li li.on li a:hover {
	background-position:0 10px;
	
}



div#menu li li.on li a, div#menu li li.on li a:hover {
	background-image:none;

}

div#menu li li.on li.on a, div#menu li li.on li.on a:hover {
	background-image:url(images/pfeil.gif);
}

/* forms
-------------------------------------------------------------------------------*/
#form-module * {
	padding:0px;
	margin:0px;
}

#form-module {
	margin:0px;
	padding:0px;
	width:460px;
	background-color:#fff;
	color:#666;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:12px;
}

#form-module fieldset {
	border:0px solid #fff;
}

#form-module legend {
	display:none;
}

#form-module p {
	margin:0;
	padding:5px;
	font-size:12px;
	font-weight:bold;
}

#form-module .element {
	display:block;
	clear:both;
	background-color:#fff;
	/*border-top:2px solid #fff;*/
}

#form-module label {
	display:block;
	float:left;
	padding:5px;
	width:120px;
	border-right:2px solid #fff;
	font-size:11px;
}

#form-module label.checkbox {
	width:372px;
	border-left:2px solid #fff;
	border-right:none;
}

#form-module input, 
#form-module select, 
#form-module textarea {
	float:left;
	margin:5px;
	width:300px;
	border:1px solid #eee;
	background-color:#eee;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:12px;
}

#form-module input.text {
	height:16px;
	font-size:12px;
	color:#333;
	padding:1px 5px;
	width:300px;
}

#form-module input.checkbox {
	width:120px;
	padding:0;
	border:none;
}

#form-module input.submit { 
	margin:5px 5px 5px 137px;
	padding:2px 5px;
	border:1px solid #3260BC;
	background-color:#3260BC;
	color:#fff;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	cursor:pointer;
	width:310px;
}

#form-module input.submit:hover { 
	background-color:#666;
	color:#fff;
	border:1px solid #666;
}

#form-module label.textarea {
	display:block;
	float:left;
	padding:5px;
	width:120px;
	border-right:2px solid #fff;
}

#form-module textarea.textarea {
	height:100px;
	font-size:12px;
	color:#333;
	padding:1px 5px;
	width:300px;
	font-family:verdana, arial, helvetica, sans-serif;
}

#form-module-thanks {
	display:block;
	color:#838489;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:12px;
}




