@charset "utf-8";
/* ============================================================== 
Theme Name: rot
Theme URI: http://www.injoy-design.ch
Version: 1.2
Author:  Kirsten Brennemann
Author URI: http://www.injoy-design.ch
Media:  screen
Aufbau: 1. Allgemeingültige Styles
              * Grundeinstellungen
			  * Allgemeine Selektoren
			  * Diverses
        2. Inhaltsspezifische Styles
	   	      * Wrapper
			  * Header
			  * Navigation -> ausgelagert in dropdownnavi.css
			  * ContentWrapper
			  * Content
			  * Sidebar
			  * Footer
		  3. Sonstiges
		      * Kontaktformular -> ausgelagert in formular.css
			  * Anfahrt
================================================================== */
	
	
	
/* ===================================================	
   1. Allgemeingültige Styles 
   =================================================== */


/* Grundeinstellungen
-----------------------------------------*/

* {
padding: 0;
margin: 0;
}

/* Diverses 
-----------------------------------------*/
h1, h2, h3, h4, h5, h6 {font-family: Verdana,Helvetica,Geneva,sans-serif;}

h1, h2, p, ul, ol {
	margin-bottom: 1em;
   }
	
ul ul {
	margin-bottom: 0;
}

.clearing {
	clear: both;
}

/*<span class="stopFloat">&nbsp;</span>*/
.stopFloat {
  display: block;
  float: none;
  clear: both;
  height: 1px;
  font-size: 0px;
  line-height: 0px;
}



/* Allgemeine Selektoren
-----------------------------------------*/


html { /*Scrollleiste in Firefox*/
	height: 101%; 
}

body {
	color: #444; /*Schriftfarbe*/
	/*background-color: #444;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center; /* Zentrierung vom Wrapper für IEs*/
	background: url("http://injoy-design.ch/wptest/wp-content/themes/rttheme13/images/background_images/abstract_background1.jpg") no-repeat scroll center top #676767 !important;
	}

/*Linkpfeile*/
a.pfeil {
	background: url(images/pfeil2.gif) no-repeat 0em 0.4em;
	padding-left: 1.1em;
	color: #652526 !important;
}
	
a.bilder-link {
	background: none;
}

a:link {
	color: #333;
}
a:visited, a:active, a:focus {
	color: #444;
}
a:hover  {
	color: #888;
	/*kn 15.10.10 background: #652526 url(images/pfeil-w.gif) no-repeat 0em 0.4em;*/
}


h1 {
	font-size: 140%;
	margin: 1.2em 0;
	color: #444;
}

#sidebar h1 { font-size: 120%;}

h1.titlesidebar {
	font-size: 120%;
	margin-top: 0.2em;
	margin-bottom: 1.0em;
	color: #444;
}

h2, #sidebar h2 { /*Hauptüberschrift im Content*/
	/*color: #333;
	font-size: 100%;
	margin: 1em 0 1em 0;*/
	font-size: 100%;
	margin: 0.5em 0 0.5em 0;
	color:  #652526;
	}
	
h2.linie {
	border-top: 3px dotted #652526;
	padding-top: 0.5em;
	margin-top: 2em;
}

.artikel h2 {
	/*font-size: 120%;
	margin-top: 2em;*/
}

h3 { 
	/*color: #333;
	font-size: 105%;
	margin: 1em 0 1em 0;*/
	font-size: 100%;
	margin: 1.5em 0 1em 0;
	color:  #444;
}

h4 { /*Zwischenueberschrift im Content*/
	font-size: 100%;
	margin: 1.5em 0 1em 0;
	color:  #652526;
}

h4.linie {
	border-top: 3px dotted #652526;
	padding-top: 0.5em;
	margin-top: 2em;
}

h5 {
	/*font-size: 105%;
	margin: 1.5em 0 1em 0;*/
	font-size: 95%;
	margin: 0.9em 0 0.7em 0;
	color: #333;
}

ul {
	padding: 0;
	margin: 0.2em;
	list-style:none;
}

li {
	background: url(images/bullet.png) no-repeat 0em 0.5em;
	padding-left: 1.0em;
	padding-bottom: 0.6em;
}

li li {
	background: url(images/bullet-ebene2.gif) no-repeat 0em 0.5em;
	margin-top: 1em;
	padding-bottom: 0.1em;
}

dl {
	padding: 0;
	margin: 0;
}

address {
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 1px;
	line-height: 1.5em;
}

/*
.button-offerte a:link {
	background: url(http://www.injoy-design.ch/wp-content/uploads/2011/08/button-offerte-anfordern-dunkel1.png) no-repeat 0 0;
	display: block;
	height: 47x;
	width: 170px;
	position: absolute;
	left: 800px;
	padding: 20px;
	vertical-align:middle !important;
	} */
/*
.button-offerte a:hover {
	background: url(http://www.injoy-design.ch/wp-content/uploads/2011/08/button-offerte-anfordern-hell.png) no-repeat 0 0 !important;
	}

*/
	
.bildlinks  {
	float: left;
	display: inline; /*verhindert double margin float bug in IE6, sonst keine Auswirkungen auf's Layout */
	margin-right: 20px;
	border: 1px solid #666;
}

.bildrechts  {
	float: right;
	display: inline; /*verhindert double margin float bug in IE6, sonst keine Auswirkungen auf's Layout */
	padding: 3px;
	border: 5px solid #ccc;
	margin-left: 10px;

}

.angebotsblock1, .angebotsblock2 { /*Homepage*/
	float: left;
	display: inline; /*verhindert double margin float bug in IE6, sonst keine Auswirkungen auf's Layout */
	width: 220px;
	height: 620px;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px solid #ccc;
}

.angebotsblock1-2, .angebotsblock2-2 {  /*Webdesign Services*/
	float: left;
	display: inline; /*verhindert double margin float bug in IE6, sonst keine Auswirkungen auf's Layout */
	width: 220px;
	height: 950px;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px solid #ccc;
}

.angebotsblock1 img, .angebotsblock1-2 img, .angebotsblock2 img,.angebotsblock2-2 img {
	border: 0px;
	}

.angebotsblock1, .angebotsblock1-1 {	
	border-left: 1px solid #ccc;
	}

.fotogalerie {
	float: left;
	display: inline;
	width: 240px;
	height: 110px;
}

	
.referenz {
		border: 1px solid #ccc;
		padding: 15px;
		margin: 20px 0;
		height: 190px;
		}

.bildreferenz  {
	float: left;
	display: inline; /*verhindert double margin float bug in IE6, sonst keine Auswirkungen auf's Layout */
	margin-right: 20px;
	border: 1px solid #666;
}		

/* ===================================================	
   2. Inhalte 
   =================================================== */
	
	
/*       W R A P P E R
-----------------------------------------*/

#wrapper {
	color: black;
	background-color: white;
	width: 1000px; /*kb vorher: 800px; - geändert am 15.10.2010 */
	margin: 20px auto 0 auto;
	text-align:left; /*Aufhebung des text-align center vom body fuer IE*/
   }



/*       H E A D E R
-----------------------------------------*/
	
#header {
	position: relative;
	background-color: #652526;
	border-top: 2px solid #EDCFCF;
	height: 100px;
	color: #fff;
	background: #652526 url(images/bildrechts4.png) top right no-repeat;
	clear: both;
}


#header h1 {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

#header .logo {
	position: absolute;
	bottom: 17px;
	left: 18px;
	width: 350px;
	height: 49px;
	border: 0;
	}

#header .logo a:link,
#header .logo a:hover,
#header .logo a:visited,
#header .logo a:focus
{
	text-decoration:none;
	outline: none;
	background: none;
	padding-left: 0;
}

#header .logo img {
    border: 0;
}

#header .socialmedia { height: 25px; position: absolute; left:700px; top:40px; width: 200px; } 



/*   C O N T E N T W R A P P E R
-----------------------------------------*/

#contentwrapper .clearer {
    clear: both;
}


/*    C O N T E N T
-----------------------------------------*/

#content {
	/*position: relative;*/
	float: left;
	padding: 20px;
	width: 700px; /*kb alt: 560px geändert am 15.10.2010; von 720 auf 750 geändert am 08.03.2011 */
	/*border: 1px solid red;*/
}

* html #content { /*IE 5/6 Korrekturen*/
	width: 740px;
	w\idth: 700px;
}

#content h2 a:link,
#content h2 a:focus, 
#content h2 a:hover, 
#content h2 a:visited,
#content-nosidebar h2 a:link, 
#content-nosidebar h2 a:focus,
#content-nosidebar h2 a:hover,
#content-nosidebar h2 a:visited {
	text-decoration: none;
	background: none;
	color: #333;
	padding-left: 0;
}

#content p,
#content-nosidebar p {
	color: #333;
}

#content .unterschrift,
#content .text-links,
#content-nosidebar .unterschrift,
#content-nosidebar .text-links {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	/*width: 400px;*/
}

#content .printmail img,
#content-nosidebar .printmail img {
	display: none;
}

#content .block-unterlegt,
#content-nosidebar .block-unterlegt {
	padding: 20px;
	border: 1px solid #ccc;
	background-color: #ededed;
	width: 550px;
}

#content .block-unterlegt2,
#content-nosidebar .block-unterlegt2 {
	padding: 10px;
	background-color: #E8D0D0;
	border: 1px dotted #652526;
	margin-bottom: 10px;
}




/* Contentbereich ohne Sidebar
---------------------------------*/

#content-nosidebar {
	float: left;
	width: 920px;
	padding: 20px;
}
/*kb alt 15.10.10
#content-nosidebar {
	float: left;
	width: 760px;
	padding: 20px;
} */

/* IE Hack */

* html #content-nosidebar {
	width: 1024px;
	w\idth: 984px;
	}
/*kb alt 15.10.10
* html #content-nosidebar {
	width: 800px;
	w\idth: 760px;
	}
*/

#content-nosidebar .artikel {
	width: 920px;
	}
/*kb alt 15.10.10
#content-nosidebar .artikel {
	width: 760px;
	} */

#content-nosidebar .spalte-left {
	float: left;
	width: 370px;
	margin-right: 20px;
}

#content-nosidebar .spalte-right {
	float: right;
	width: 370px;
}


/* Listen Startseite 
----------------------- */

div.liste-startseite ul {
	float: right;
	width: 300px;
	list-style-type: none;
	margin-left: 0;

}

div.liste-startseite .liste-ebene2 li {

	background: url(images/bullet-ebene2.gif) no-repeat 1.5em 0.5em;
	padding-left: 3em;
}


/* Spalten mit Listen
---------------------  */

.spalte-links {
	float: left;
	width: 360px;
	margin-right: 20px;
}

.spalte-rechts {
	float: right;
	width: 360px;
}

.spalte-rechts ul,
.spalte-links ul {
	width: 100%;
	list-style-type: none;
}

/*Definitonslisten*/

dd, dt {
	margin-bottom: 0.5em;
}

dd { margin-left:1em;
}

/*Paragraph eingerückt*/

p.eingerueckt {
	margin-bottom: 0.5em;
	margin-left: 1em;
}


/* Tabellen */


#content table,
#content-nosidebar table {
    width: 98%;
	border-collapse: collapse;
    font-size: 1em;
	margin: 1em 0 0.5em 1em;
    }


#content th,
#content-nosidebar th{
    font-weight: bold;
	background-color:#652526;
	color: #fff;
    padding: 5px 5px;
	border-bottom: 2px solid #652526;
	border-right: 1px solid #652526;
	border-left: 1px solid #652526;
	border-top: 1px solid #652526;
}

#content tr,
#content-nosidebar tr,
#content td,
#content-nosidebar td {
    border: 1px dotted #652526;
	text-align: left;
}

#content tr.dunkel,
#content-nosidebar tr.dunkel {
	/*background-color: #E8D0D0;*/
		background-color: #fafafa;
}
#content tr.hell,
#content-nosidebar tr.hell {
	/*background-color: #F8EFEF;*/
		background-color: #cfcfcf;
}

#content td.tdcenter,
#content-nosidebar td.tdcenter {
	text-align: center;
}

#content td,
#content-nosidebar td {
	padding: 3px 5px;
}


/* Artikel
------------------------------------------*/

* html #content .artikel {
	width: 700px;  /* Zusatz fuer IE Quirksmode... */
	}


/*Artikel-Infozeile */
#content .artikel-info,
#commentlist .comment-info {
	font-style: italic;
	font-size: 85%;
	margin-bottom: 2.5em;
	}
	
#content .artikel-titel a:visited,
#content .artikel-titel a:active,
#content .artikel-titel a:focus,
#content .artikel-titel a:link,
#content .artikel-titel a:active,
#content .artikel-titel a:hover { /*Artikelüberschrift*/
	font-size: 130%;
	margin: 1.5em 0 1em 0;
	color:  #652526;
	text-decoration:none;
}	

/*Kommentar-Link*/
#content .feedback {
	margin-bottom: 3.5em;
	margin-top: 2em;
	}

#content .feedback a {
	color: #888;
	font-style: italic;
}

#comments a,
#comments a:hover,
#comments a:visited,
#comments a:active,
#comments a:focus {
	background: none;
	color: #444444;
	padding: 0;
}

/*Kommtentarinhalt*/

ol#commentlist {
	padding-left: 20px;
}

#commentlist li {
	background: none;
	padding: 0 0 0.7em 0;
}

/*RSS Feed und Trackback Link*/
#comments .comment-referenzen {
	padding-left: 20px;
	line-height: 80%;
	padding-bottom: 1em;
}



/*   S I D E B A R 
-----------------------------------------*/

#sidebar {
    border-left: 1px solid #CCCCCC;
    float: right;
    margin-top: 40px;
    width: 224px;
	padding: 0 5px 30px 20px;
}

* html #sidebar { /* IE Korrekturen */
	width: 249px;
	w\idth: 239px;
	}

#sidebar ul {
    list-style: none;
	padding-left: 0;
	margin-left: 0;
}
#sidebar li {
  	margin-bottom: 1px;
	padding-bottom: 0;
	background: url(images/pfeil2.gif) no-repeat 0em 0.4em;
	padding: 0 0 0.2em 1.1em;
	color: #652526 !important;
}

#sidebar a.rssfeed {
	background: url(images/feed-icon-14x14.png) no-repeat 0em 0em;
	padding-left: 1.6em;
	line-height: 1.5em;
}

#sidebar a.twitter {
	background: url(images/twitter-b.png) no-repeat 0em 0em;
	padding-left: 4.6em;
	line-height: 1.5em;
}	

#sidebar iframe.facebook {
	width: 200px !important;
	}

/*       F O O T E R
-----------------------------------------*/

#footer {
	border-top: 1px solid #8c8c8c; /*Linie oben */
	margin-top: 0; /*Abstand o b e r h a l b der Linie*/
	background-color: #652526;
	background-image: url(images/bildlinksunten.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 180px;
	border-bottom: 2px solid #EDCFCF;
}

#footer address {
	color: #FFF;
	padding-top: 20px;
}

#footer img {
	padding: 5px 0;
}

ul#menu-sitemap.menu {
	text-align: center;
	margin: 30px 150px 25px 150px;
}

ul#menu-sitemap.menu a:link,
ul#menu-sitemap.menu a:hover,
ul#menu-sitemap.menu a:focus,
ul#menu-sitemap.menu a:visited {
	color: #DBDBDB;
	font-size: 1em;
	line-height: 1.5em;
	}
ul#menu-sitemap.menu li{
	display: inline;
}

/* ===================================================	
   3. Sonstiges 
   =================================================== */


/* Anfahrt
-------------------------------------------*/

#maps h2 {
    margin-bottom: 40px;
}

/* Copyright
-------------------------------------------*/

#copyright {
    color: #CCC;
	font-size: 70%;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top: 0;
}

#copyright a:link.copyrightlink,
#copyright a:hover.copyrightlink,
#copyright a:focus.copyrightlink,
#copyright a:visited.copyrightlink {
	text-decoration: underline !important;
	background: none !important;
	color: #ccc !important;
}

#copyright .copyrightlink {
	padding-left: 0;
	}
	
/*PC Support für Frauen */

.block-absatz {
display: block;
width: 100%;
}

.block-unterlegt-pcsupport {
	padding: 0 10px 10px 20px;
	border: 1px solid #ccc;
	background-color: #ededed;
	width: 650px;
	margin-bottom: 5px;
}
	
.block-unterlegt-pcsupport ul {
	margin-left: 250px;
}
	

/*Variante 1*/ 
/*	
.textblock-links {
	float: left;
	width: 60%;
}*/


.bildblock-rechts {
	float: left;
	display: inline;
	margin: 0 10px 0 10px;
}



/*Variante 2*/


.textblock-rechts  ul{
	margin-left: 250px;
}


.bildblock-links {
	float: left;
	display: inline;
	margin: 0 20px 10px 0px;
}


