/***************************************************************/
/* HEM KÜCHENSTUDIO                                            */
/*                                                             */
/* Erstellt von: LEMM Werbeagentur GmbH                        */
/* Erstellt am: 09/2010                                        */
/* Autor: Stefan Guhlke                                        */
/*                                                             */
/* Hinweis: dieses Stylesheet ist ausschließlich für das       */
/* Aussehen der Website verantwortlich und ist für alle        */
/* gängigen Browser angepasst!                                 */
/*                                                             */
/* 2010 für http://www.kueche.hem.de                           */
/***************************************************************/


/* CSS Document */

body { 	
    background:url(../images/background.jpg) repeat-x;
    font-family:Arial, Helvetica, sans-serif;
    font-size:0.9em;
    background-color:#bbbbbb;
    margin:0px;
    overflow:-moz-scrollbars-vertical;
}

h1 {	
    font-size:1.2em;
    font-weight:bold;
    margin:5px 0 5px 0;
    padding:0px;
}

h2 {
    font-size:1.0em;
    font-weight:bold;
    margin:0 0 5px 0;
    padding:0px;
}

/* Header */

#head {
    width:960px;
    height:113px;
    background:url(../images/header_bg.jpg) repeat-x;
}

/* ----------- ALLGEMEINE KLASSEN ------------- */
.rand {	border: 1px solid #000000; }
.keinRand {	border:0; }

.lFloat { float:left; }
.rFloat	{ float:right; }
.cFloat	{ clear:left; }

.center { text-align:center; }
.klein 	{ font-size:10px; }

.hellblaubg	{ background:#DCEFFB; }
.hellrotg	{ background:#DFABB4; }

.lClear { clear:left; }
.rClear { clear: right; }
.bClear { clear: both; }


/*
.rAbstand10 - .rAbstand120	-> margin-right:	10px - 120px;
.lAbstand10 - .lAbstand120	-> margin-left:		10px - 120px;
.tAbstand10 - .tAbstand120	-> margin-top:		10px - 120px;
*/

.rAbstand10	{
	margin-right:10px;
}
.rAbstand20	{
	margin-right:20px;
}
.rAbstand30	{
	margin-right:30px;
}
.rAbstand40	{
	margin-right:40px;
}
.rAbstand50	{
	margin-right:50px;
}
.rAbstand60	{
	margin-right:60px;
}
.rAbstand70	{
	margin-right:70px;
}
.rAbstand80	{
	margin-right:80px;
}
.rAbstand90	{
	margin-right:90px;
}
.rAbstand100	{
	margin-right:100px;
}
.rAbstand110	{
	margin-right:110px;
}
.lAbstand10	{
	margin-left:10px;
}
.lAbstand20	{
	margin-left:20px;
}
.lAbstand30	{
	margin-left:30px;
}
.lAbstand40	{
	margin-left:40px;
}
.lAbstand50	{
	margin-left:50px;
}
.lAbstand60	{
	margin-left:60px;
}
.lAbstand70	{
	margin-left:70px;
}
.lAbstand80	{
	margin-left:80px;
}
.lAbstand90	{
	margin-left:90px;
}
.lAbstand100	{
	margin-left:100px;
}
.lAbstand110	{
	margin-left:110px;
}
.tAbstand10	{
	margin-top:10px;
}
.tAbstand20	{
	margin-top:20px;
}
.tAbstand30	{
	margin-top:30px;
}
.tAbstand40	{
	margin-top:40px;
}
.tAbstand50	{
	margin-top:50px;
}
.tAbstand60	{
	margin-top:60px;
}
.tAbstand70	{
	margin-top:70px;
}
.tAbstand80	{
	margin-top:80px;
}
.tAbstand90	{
	margin-top:90px;
}
.tAbstand100	{
	margin-top:100px;
}
.tAbstand110	{
	margin-top:110px;
}

/* Navigation */

.link { text-align:center; }
.link a { color:black; font-size:1.0em; text-decoration:none; }
.link a:hover { color:black; text-decoration:underline; font-size:12px; }

.menu {
    width:665px;
    height:20px;
    text-align:left;
    background-color:#e20a17;
    border:1px solid #000;
    margin:5px 0px 0px 0px;
    padding-top:5px;
}
.menu ul { 
	margin: 0; 
    padding: 0 5px;
    list-style-type: none;
}
.menu li { 
    float: left;
    margin: 0 5px;
}
.menu a {
    color:white;
    text-decoration:none;
    border:0px;
}
.menu a:hover { color:black; }
.menu a.aktiv {
    color:white;
    font-weight:bold;
}
.submenu {
    width:665px;
    text-align:center;
    background-color:#9b9ca1;
    border:1px solid #000;
    border-top:0px;
}
.submenu ul { margin:5px; }
.submenu li	{ 
    display:inline;
    margin:0px;
}
.submenu a 	{
    color:white;
    text-decoration:none;
    border:0px;
    font-size:0.8em;
    padding:0px 0px 0px 16px;
    background:url(../images/menuepunkt.gif) no-repeat;
}
.submenu a:hover { 	
    color:black;
    background:url(../images/menuepunktaktiv.gif) no-repeat;
}
.submenu a.aktiv {
    color:#000;
    font-weight:bold;
    background:url(../images/menuepunktaktiv.gif) no-repeat;
}


/* Content */

#content_right { 	
    width:125px;
    text-align:center;
    float:left;
    margin:26px 0px 0px 0px;
}
#content_left {
    width:150px;
    margin: 44px 0px 0px 0px;
    font-size:10px;
    line-height:11px;
    float:left;
}
#content_mitte {
    width: 675px;
    float:left;
    margin:5px 5px 0px 0px;
}
#content {
    width:665px;
    border:1px solid;
    background: #eaeaea url(../images/bg_content.jpg) repeat-x; ;
    margin:5px 0px 0px 0px;
}
#content_ausgabe { margin:10px; }
#content_left a {	
    text-decoration:none;
    color:#000;
}

/* Footer */


#footer {
    width:670px;
    height:67px;
    background:url(../images/footer24.png) no-repeat;
    text-align:right;
}

/* Colors */
.black { color:#000000 }
.white { color:#FFFFFF }
.green { color:#00FF00 }
.red { color:#e20a17 }


/*  Seiteninhalte */

#mitarbeiterContainer { 
    width:135px;
    float:left;
    margin-top:20px;
    border:0px;
}
.mitarbeiterImage { 	
    width:118px;
    height:118px;
    margin:10px 0px 2px 0px;
    border:1px solid;
}
#hersteller {
    width:645px;
    height:50px;
    border:0px;
    margin:10px 0px 0px 0px;
    text-align:center;
}
#image {
    width:168px;
    height:128px;
    float:left;
}
.image {
    margin-right:5px;
    float:left;
    width:168px;
    height:128px;
    margin-bottom:5px;
    border:1px solid;
}
#hausrundgang {
    width:510px;
    float:left;
    margin:20px 0px 0px 0px;
}
#hausrundgang img { border:0px; }

.bold { font-weight:bold; }
.klein { 
    font-size:11px;
    line-height:12px;
}
.large { font-size:1.4em; }
.links { float:left; }
.clear { clear:left; }
.textcenter { text-align:center; }
.textlinks { text-align:left; }

.rot{
	color: #f13d37;
}
/* Referenzen */

.refbox {
    width:623px;
    border:1px solid;
    padding:10px;
    margin:0px 0px 10px 0px;
    clear:left;
    background: #e1e1e1;
}
.refimage {
    float:left;
    width:120px;
    margin:0px;
}
.text {
    float:left;
    width:493px;
    margin:0px 0px 0px 10px;
}


/* Service */

.servicePunkte {
    width:206px;
    height:200px;
    background-color:#999999;
    color:#FFFFFF;
    text-align:center;
    float:left;
    font-size:11px;
    line-height:12px;
    margin:0px 7px 11px 0px;
}
.servicePunkte b{
    font-size:12px; 
    display:block; 
    margin-bottom:5px;
}
.image {
    width:200px;
    height:110px;
    margin:2px 2px 5px 2px;
}
.wegImage {
    width:320px;
    height:220px;
    background-color:#999999;
    border:1px solid #999999;
    float:left;
}
.wegText {
    width:293px;
    float:left;
    padding-left:30px;
    font-size:1.3em;
    padding-top:40px;
}
.pflege {
    width:200px;
    position:relative;
    right:0px;
    float:left;
}
.elementaLogo {
    width:140px;
    height:36px;
    margin:0px;
}


/* Abverkauf */

.abverkauf {
    border:2px solid #999999;
    background-color:#999999;
    color:#FFFFFF;
    margin:4px;
    padding:1px;
}
.abverkauf a {
    color:#FFF;
    text-decoration:none;
}
.abverkauf img { border:0px; }
.abverkauf_klpreis {
    font-size:1.1em;
    font-weight:bold;
    color:#e20a17;
    background-color:#FFF;
}
.abverkauf_grpreis {
    font-size:2.2em;
    font-weight:bold;
    color:#e20a17;
    background-color:#FFF;
}


/* Startseite */

.homeDiv {
    width:645px;
    border:0px solid #000;
    margin:0px;
    padding:0px;
}
.startImage1 {
    width:363px;
    height:435px;
    float:left;
}
.startImage2 {
    width:277px;
    height:435px;
    float:left;
}
#detail1 { visibility:hidden; }
.startDetails {
    visibility:hidden;
    border:1px solid #000;
    position:absolute;
}

.kochbar{
	position: relative;
    margin: 0;
    padding: 0;
    height: 900px;
    background: url(../images/bg_kochbar.gif) no-repeat transparent 0 395px;
}
.box{
    width: 441px;
	float: right;
}
.greenBox{
	margin: 0;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
	color: #ffffff;
	background-color: #7fbd4e;
    text-align: center;
}

.kochbar h1{
	font-size: 32px;
    color: #7fbd4e;
    font-weight: normal;
}

.kochbar h2{
	font-size: 18px;
    font-weight: normal;
	color: #f13d37;
}

p.topTxt{
	font-size: 12px;
    width: 430px;
    margin: 0 0 0 207px;
}

p.bottomTxt{
	font-size: 12px;
	width: 430px;
    margin: 150px 0 0 210px;
}
.kroneLogo{
	position: absolute;
    width: 117px;
    height: 117px;
    top: 150px;
    left: 80px;
}
.kroneLogo img{
	border: 0;
}
.btnkochbar{
	font-weight: bold !important;
    color: #FFED00 !important;
    text-shadow: -1px 0 black, 0 1px black,
      1px 0 black, 0 -1px black
}

.neueAdresse{
	margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    /*text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;*/
    line-height: 20px;
}
.txtRot{
	color: #E20A17 !important;
    text-shadow: -1px 0 #eeeeee, 0 1px #eeeeee, 1px 0 #eeeeee, 0 -1px #eeeeee !important;
}
.adressTxt{
	font-size: 12px;
    line-height: 15px;
}
.adressTrenner{
	margin: 8px 0;
    padding: 0;
    width: 140px;
    border-left: 0;
	border-right: 0;
   	border-bottom: 0;    
	border-top: 1px solid #cccccc;
}
.anmeldeButton img{
	border: 0;
}
.kochBarLogo{
	margin: 0;
    padding: 0;
}
