/*** Beauty-Fotograf ***/

/**	Farben:
	Highlightfarbe: #ee6344
	Schriftfarbe: #f3f3f3	
	Hintergrundfarbe: #484c4f
**/

body {
	background-color: #444444;
  	font-size: 13px;
  	font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
  	color: #444444;  
  	line-height: 18px;
	margin: 0px;
	padding: 30px 0px 30px 0px; /***top right bottom left***/
  	text-align: center;
}


/*** images ***/

img {
	border: 0px;
}


/*** boxes ***/

#mainbox { 
  	width: 950px;
  	height: 740px;
  	text-align: center;
    vertical-align: middle;	
    margin: 0px auto;
    padding: 0px;
  
    background-color: #ffffff;
    overflow: auto;
        background-color: #faedd1;
	    border: 1px solid #444444;
    
    
    
    
    
}

	/*** mainbox für überlange Inhalte ***/

#mainbox_long { 
  	width: 950px;

  	text-align: center;
    vertical-align: middle;	
    margin: 0px auto;
    padding: 0px;

    background-color: #faedd1;
	    border: 1px solid #444444;
    overflow: auto;
}


	/*** startboxes ***/

#startbox {
	width: 950px;
	  	height: 740px;
	  	text-align: center;
	    vertical-align: middle;	
	    margin: 0px auto;
	    padding: 0px;
	    background-color: #faedd1;
	    border: 1px solid #444444;
    overflow: auto;
}

#starttop {
	font-size: 0px;
}

	/*** mainboxes ***/

#logobox {
	padding: 20px 0px 0px 20px; /***top right bottom left***/
}

#menubox {
	width: 200px;
	float: left;
	text-align: left;
	height: 740px;
	

}



#contentbox {
	
	width: 700px;
	float: left;
	text-align: left;
	padding: 14px 20px 20px 20px; /***top right bottom left***/
}

	/*** referenzen boxes ***/
	
#ref_image {
	height: 510px;
}

#ref_desc {
	height: 40px;
	margin-bottom: 10px;
	border-top: 1px solid #f0c15c;
	border-bottom: 1px solid #f0c15c;
}

#overview_headline {
	margin-top: 10px;
	height: 20px;
	margin-bottom: 10px;
	border-top: 1px solid #f3f3f3;
	}


/*** kontakt image-text ***/

.left, .right, .left1, .right1 {
    float: left;
    padding: 0;
}

.left { 
	width: 165px;
}

.right { 
	width: 515px;	
}

.left1 { 
	width: 90px;
}

.right1 { 
	width: 250px;
}

/*** referenzen thumbnails ***/

.thumbs {
	height: 70px;
	text-align: center;
	float: left;
	padding: 8px;
	margin-right: 10px;
	border: 1px solid #f0c15c;
}

.thumbs_active {
	height: 70px;
	text-align: center;
	float: left;
	padding: 8px;
	margin-right: 10px;
	border: 1px solid #ee6344;
}


/*** spacer ***/

.spacer {
	height: 30px;
	clear: both;
}

.spacer_small {
	height: 15px;
	clear: both;
}

.spacer_menu {
	height: 100px;
	clear: both;
}

.spacer_ref {
	height: 15px;
	clear: both;
	border-bottom: 1px solid #f3f3f3;
}


/*** menuliste ***/

ul {
	list-style-type: none;
	line-height: 28px;
	padding-left: 30px;
	margin: 5px; 
}

ul.disc {
	list-style-type: disc;
	line-height: 24px;
}

	/*** liste für tabellen ***/

ul.table {
	list-style-type: none;
	float: left;
	padding: 5px 30px 0px 0px; /***top right bottom left***/
	margin: 0px;
}

/*** links ***/

a, a:visited {
  	color: #444444;
  	font-size: 14px;
  	text-decoration: none;
}

a:hover, a:active { 
  	color: #ee6344; 
	font-size: 14px;
	text-decoration: none;
}

a#active {
	color: #ee6344; 
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.02em;
	text-decoration: none;
}

	/*** start headline ***/
	
a#headline, a#headline:visited {
  	color: #444444;
  	font-size: 20px;
  	font-weight: bold;
  	text-decoration: none;
}

a#headline:hover, a#headline:active { 
  	color: #ee6344; 
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}

	/*** start subheadline ***/

a.start, a.start:visited {
  	color: #444444;
  	font-size: 14px;
  	font-weight: bold;
  	text-decoration: underline;
}

a.start:hover, a.start:active { 
  	color: #ee6344; 
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

	/*** referenzen links ***/

a.ref, a.ref:visited {
  	color: #ee6344;
  	font-size: 13px;
  	text-decoration: underline;
}

a.ref:hover, a.ref:active { 
  	color: #131313; 
	font-size: 13px;
	text-decoration: underline;
}


/*** headlines ***/

h1 {
	color: #444444; 
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}

h2 {
	color: #444444; 
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}