/*  C&C Divs
----------------------------------------------- */
.fliesstext {
font-size: 12px;
}


div.show { display: block; }
div.n { 
	padding: 5px;
	line-height: 160%;
}

div.hover_n,
div.hidden  {
	display: block;
	background:#F5F7F7 !important;
	border-top:1px solid #E0DFE3;
	border-right:1px solid #B5B5B5;
	border-bottom:1px solid #B5B5B5;
	border-left:1px solid #E0DFE3;
	padding: 4px;
	cursor: pointer;
	color: black !important;
	line-height: 160%;
}

div.hover_n a, div.hover_n * {	color: black !important;}
div.hidden { display: none !important; }

div#mainwindow {
background-color: #fff;
}

div.n h3 {
color: white;
padding : 3px 5px;
}

/*  #misc
----------------------------------------------- */

html, body { height:100%; }



blockquote {
	padding: 0;
	margin: 0 0 0 20px;
}

address { font-style:normal;}

body, p {
	padding: 0;
	margin: 0;
}

body, p, td, tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

H1 {
	font-size: 140%;
	font-weight: normal;
	margin-top: 2px;
	margin-bottom:2px;
}

h2 { font-size: 120%; font-weight: bold; }
h3 { 
	font-size: 110%; 
	font-weight: bold; 
}

img, a img { border:0; }

form { display:inline; }

ul, dl, ol
{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}





/*  Clearing
----------------------------------------------- */

.c { clear:both; line-height: 160%; }


.clearover {overflow:hidden;} /* Firefox and all */
* html .clearover { height:1%; overflow:visible;} /* IE */


/* Clearfix-Methode */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/*  Text mit Bild */ 

.imgleft {
  float:left;
  margin:4px 20px 4px 0;
  display:inline; /*double margin bug ie */
}

.imgright {
  float:right;
  margin:4px 0 4px 15px;
  display:inline; /*double margin bug ie */
}

.caption { font-size: 81%; }

/*  Dateidownload  */

a.dlink,
a.dlink:link,
a.dlink:visited,
a.dlink:hover,
a.dlink:active {
	border:0 !important;
	text-decoration:none !important;
	background-color:transparent !important;
}

.leftDownload {
	width: 52px;
	float:left;
}
.rightDownload {
	margin-left:55px;
	padding-left:6px;
}
.rightDownloadB {
	margin-left:55px;
	border-left: 2px solid #CCC;
	padding-left:6px;
}

.rightDownload .fl,
.rightDownloadB .fl
{
	float:left;
	display:block;
}


/*  Form vertikal */

.form
{
font-size : 12px;
}

.form dl
{
	margin: 0 0 1.5em 0;
	padding: 0;
}

.form dl dt
{
	font-weight: bold;
	line-height:120%;
}

.form dl dt em,
.form p.note em
{
	color:#BA3B3E;
	font-weight: bold;
	padding-left:0.2em;
	font-size:110%;
	font-style:normal;
}

.form p.note {
	background: url('http://kein0815job.de/cc/img/alert.gif') no-repeat left center;
	border-top:1px solid #CCC;
	padding:3px 0 3px 20px;
	margin-top:10px;
	display:block;
}

.form dl dd {
	margin: 0 0 12px 0;
	padding: 0;
}
.form dl dd.eng {
	margin: 0 0 5px 0;
	padding: 0;
}

/* Formelemente
----------------------------------------------- */

input.single,
textarea
{
	border:1px solid #CCC;
	color:#333;
	width:240px;
	background-color:white;
}


input.single:focus,
input.text:focus,
textarea:focus {
	background-color: #F1F1F1;
}

.submit_user,
.submitUser,
.save {
	font:bold 10px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #333;	
	background: #EEE;
	border:1px solid #999;
	border-color:#FFF #999 #999 #FFF;
	padding: 2px 5px;
	height:22px;	
}

input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit]
{
    cursor: pointer;
}

.form input.single {
	width:250px;
}

.form textarea {
	width:300px;
	height:180px;
	line-height:120%;
}

.form input.checkbox,
.form input.radio {
	width:auto !important;
}

/*  Fehlermeldungen Form */

.error {
	color:black;
	background-color:#FAEFEF;
	border:1px solid #c66;
	border-color:#c66 #FFB2B2 #FFB2B2 #c66;
	width:240px;
}

.error-meldungen {
	padding:15px;
	color:black;
	background-color:#FAEFEF;
	border:1px solid #c66;
	border-color:#c66 #FFB2B2 #FFB2B2 #c66;
}

/* ALT - entfernen */


.fehlerUser {
	margin: 0px;
	border: 2px solid #CF5D00;
	background: #EBC2AD;
	padding: 10px;
	color:black;
}



/*  RSS Feed
----------------------------------------------- */

.rssFeed,
.rssFeed * {
	text-align:left;
	font-weight:normal;
}

.rssFeedTitle {
	font-weight:bold;
}


/*  GÌstebuch
----------------------------------------------- */
.guestbook_nachricht {
	padding: 15px 0 36px 18px;
}

/* Lineheight in den Kontaktdaten auf 100% setzen*/

.line100 {
	line-height:120%;
}


/*  Sitemap */

ul.sitemap {
	list-style-type : none;
	margin: 2em 0 2em 1.5em;
	padding:0;
}

ul.sitemap li {
	margin:0;
	padding:0;
	display:inline;
}

ul.sitemap li a {
	line-height:2em;
	display:block;
	font-weight:bold;
	background: url(http://kein0815job.de/cc/img/sitemapdocbullet.gif) no-repeat left center;
	padding: 0 0 0 1.2em;
}

ul.sitemap ul {
	list-style-type : none;
	margin: 0 0 0 1.5em;
	padding:0;
}

ul.sitemap ul li a { font-weight:normal; }



/*  Footer
----------------------------------------------- */

div#contentfooter {
	width:100%;
	padding: 0;
	margin: 0;
	font-size:11px;
	line-height:140%;
	font-weight:normal;
	overflow:hidden;
}

* html div#contentfooter {
	height:1%; overflow: visible;
}
  
  
div#contentfooter div.leftrow {
	float: left;
	text-align: left;
	width: 85%;
}

div#contentfooter div.rightrow {
	float: right;
	text-align: right;
	width: 13%;
}


/*  Login und Logoutmaske
----------------------------------------------- */

#loginmaske, #logoutmaske {
	font: 11px/140% Verdana, Arial, Helvetica, sans-serif;
	color: black;
	width: 350px;
	background-color:#F5F7F7;
	padding:5px;
	border: 1px solid #999;
	margin-top: 35px;	
}

#loginmaske * {
	font: 11px/140% Verdana, Arial, Helvetica, sans-serif;
	color: black;
}

#loginmaske .titel, 
#logoutmaske .titel {
	color: #333;
	font-size: 11px;
}

.body {
	text-align:center; padding:0;
	background-color: #c0c0c0;
	}

H1 {
	font-size:14px;
	font-weight:bold;
}

a:link, a:visited { text-decoration: underline; color: #333;}
a:active { text-decoration: underline overline;	color: #333; }
a:hover { text-decoration: none; color: #333; }

hr { 
	background-color:#CCC;
	color:#CCC;
	border: #CCC;
	height: 1px;
}

.c { clear:both; height:0; line-height:0;}



/*  CSS Layout
----------------------------------------------- */

div#container
{
	width:764px;
	padding:0;
	margin:0 auto;
	text-align:left;
	background: url(images/containerbgouter.png) repeat-y top left;
}

div#header
{
	background:url(images/headerbg.png) no-repeat top center;
	//padding:30px 0 10px 0;
	padding-top: 30px;
	padding-left: 0px;
	margin:-5px;
	overflow:hidden; /* clearing */
}

* html div#header{ height:1%; /* holy hÌck */ overflow:visible;}

div#logo
{
	float:right;
	color:white;
	width:744px;
	margin:0 10px;
	text-align:left;
}

div#wrapper {

}


div#innerwrapper {background:  url(images/containerbg-top.png) no-repeat top; }

div#innerwrapper2 {	background-color: #fff; }

img#emotion{ padding-left:10px;}


div#content
{
	float:right;
	width:530px;
}

div#navigation
{
	float:left;
	width:200px;
}

div#kontakt
{
	color: #FFF;
	clear:both;
	margin:0 10px;
	background:#000;
	border-top:1px solid #CCC;
	margin-top:20px;
}

div#kontakt a {
	color: white;
}



.form dl dt
{
	font-weight: normal !important;
	font-size:10px !important;
	line-height:120%;
}



div#footer
{
	clear:both;
	height:40px;
	background:white url(images/footerbg.png) no-repeat left bottom;
}

/* gutter */

div#content .gutter { padding: 10px 20px 0 0; }
div#navigation .gutter { padding: 10px 10px 10px 10px; }
div#footer .gutter { padding:0 30px; }



/*  MainNav Level 1
----------------------------------------------- */

ul#mainNav1
{
	text-align: left;
	margin:15px 0 0 0;
	padding:0;
}

ul#mainNav2,
ul#mainNav3
{
	margin:0;
	padding: 0;
}


ul#mainNav1 li,
ul#mainNav2 li,
ul#mainNav3 li
{
	display: inline;
	margin: 0;	
	padding: 0;
}


ul#mainNav1 li a,
ul#mainNav1 li a:visited,
ul#mainNav2 li a,
ul#mainNav2 li a:visited,
ul#mainNav3 li a,
ul#mainNav3 li a:visited
{
	font:normal 11px/140% Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	color:#000000;
	border-bottom:1px solid #CCC;
}


ul#mainNav1 li a, ul#mainNav1 li a:visited { padding:4px 4px 4px 15px; }
ul#mainNav2 li a, ul#mainNav2 li a:visited { padding:3px 3px 3px 23px; }
ul#mainNav2 li a, ul#mainNav2 li a:visited { padding:3px 3px 3px 31px; }


ul#mainNav1 li a:hover,
ul#mainNav2 li a:hover,
ul#mainNav3 li a:hover
{
	background:#EEE;
	color:black;
}

ul#mainNav1 li a.current,
ul#mainNav2 li a.current,
ul#mainNav3 li a.current
{ 
	background:#EEE;
	color:black;
	font-weight:bold;
}

div#edit
{
	width:744px;
}


div#emotionheader
{
	position:relative;
	width:744px;
	height:250px;
	background: #FFF url('http://kein0815job.de/cc_images/8ec6456ed3b19cd66739eca63161f577.jpg') no-repeat top left;
	overflow:hidden;
}



div#emotionheader h1#emotionheader_titel
{
	position: absolute;
	bottom: 20px; right: 20px; 
	font:bold 21px/140% Arial, Helvetica, sans-serif;
	color: #BB5555;
	margin:0;
	padding:0;
}

.emotionheaderbg { background-color:#;}
