/* CSS Document */
/*	Author: 	Philipp Krummenauer
	E-Mail:		mail@philipp-krummenauer.de
	Homepage:	http://www.philipp-krummenauer.de
	File:		layout.css
	Date:		31.08.2010	
	Last Edit:	12.09.2010
	Version:	1.0
	Content:	CSS-Layout-Design
	URL:		http://www.sana-tornow.de
*/

* {
	margin:0;
	padding:0;
}

body{
	background:#666;
	font-family:'Lucida Sans Unicode',Arial,sans-serif;
	color:#333;
	text-align:center;
	background-image:url(../pics/background_01.gif);
	background-repeat:repeat-y;
	background-position:center top;
	/*padding:50px 0;*/
}

div,li{
	font-size:12px;
}

p {
	font-size:12px;
	margin:5px 0px 5px 0px;
}

li{
	margin-left:16px;
}


h1{
	color:#0061CA;
	text-align:center;
	padding-bottom:10px;
}

h2{
	color:#999;
	font-size:16px;
	font-weight:normal;
}

h3 {
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:#6d6c74;
}

h4 {
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	color:#6d6c74;
}

hr {
	height:1px;
	margin:5px 0px 5px 0px;
	background-color:#46444b;
	border:solid 0px;
}

pre{
	background:#666; 
	color:#fff; 
	padding:10px; 
	margin:10px; 
	height:auto; 
	overflow:auto; 
	font:12px Verdana,Courier,sans-serif;
}

* html pre {
	width:100%;
}


/********************************
** Header-Bereich              **
********************************/
div#header_top_border {
	width:1280px;
	height:12px;
	background-image:url(../pics/top_01.gif);
	background-repeat:repeat-x;
}

div#header_content{
	width:1280px;
	height:550px;
	background-image:url(../pics/header_main_01.jpg);
	background-repeat:no-repeat;
	background-color:#fff;
}

div#header_button {
	position:relative;
	top:34px;
	left:552px;
	z-index:2;
	width:285px;
	height:26px;
	cursor:pointer;
	background-image:url(../pics/button_start_no.gif);
}

div#header_portrait {
	position:relative;
	top:-26px;
	left:0px;
	width:1280px;
	height:100%;
	background-image:url(../pics/header_main_02.jpg);
	background-repeat:no-repeat;
	background-color:#fff;
}


/********************************
** Conten-Bereich              **
********************************/
#body_content{
	width:1280px;
	height:100%;
	margin:0 auto;
	background:#312f35;
	text-align:left;
	/*padding:20px;*/
}
#box_content{
	position:absolute;
}
/*
#box_content div{
	width:1280px;
	height:480px;
	float:left;
}
*/
#div_projects{
	width:1280px;
	height:480px;
	float:left;
	background-image:url(../pics/sana_proj_01.jpg);
}

#div_extensions{
	width:1280px;
	height:480px;
	float:left;
	background-image:url(../pics/sana_exte_01.jpg);
}

#div_kontakt{
	width:1280px;
	height:480px;
	float:left;
	background-image:url(../pics/sana_kont_01.jpg);
}

#box_content img{
	width:1280px;
	height:480px;
	float:left;
}


#box_projects{
	position:absolute;
}
#box_projects div{
	width:205px;
	height:140px;
	float:left;
	/*padding:0px 3px 0px 3px;*/
}
#box_projects img{
	width:205px;
	height:140px;
	float:left;
}

#div_footer {
	/*
	width:1280px;
	height:246px;
	*/
	width:300px;
	height:340px;
	padding:110px 0px 0px 980px;
	background-image:url(../pics/bottom_01.gif);
}


/********************************
** Stile                       **
********************************/
h4.stitle{
	color:#666;
	margin:0 0 5px 0;
}



.links {
	padding:10px;
	margin-top:20px;
}

.links a{
	font-size:14px;
	color:#0080FF;
	text-decoration:none;
}

.links a:hover{
	font-weight:bold;
}


.buttons{
	padding:5px;
}

.buttons span{
	color:#0080FF;
	padding:0 5px;
	cursor:pointer;
	font:10px Verdana;
}

.buttons span.active, .buttons span:hover{
	background:#0080FF;
	color:#fff;
}


/********************************
** Navigation                  **
********************************/
div#navi_proj {
	position:relative;
	top:-46px;
	/*left:845px;*/
	margin:0px 0px 0px 845px;
	float:left;
	width:89px;
	height:89px;
	background-image:url(../pics/nav_pro_no.png);
	
	cursor:pointer;
}

div#navi_proj:hover {
	background-image:url(../pics/nav_pro_ov.png);
}

div#navi_exte {
	position:relative;
	top:-46px;
	/*left:865px;*/
	margin:0px 0px 0px 20px;
	float:left;
	width:89px;
	height:89px;
	background-image:url(../pics/nav_ext_no.png);
	
	cursor:pointer;
}

div#navi_exte:hover {
	background-image:url(../pics/nav_ext_ov.png);
}

div#navi_kont {
	position:relative;
	top:-46px;
	/*left:885px;*/
	margin:0px 0px 0px 20px;
	float:left;
	width:89px;
	height:89px;
	background-image:url(../pics/nav_kon_no.png);
	
	cursor:pointer;
}

div#navi_kont:hover {
	background-image:url(../pics/nav_kon_ov.png);
}

div#navi_proj.active {
	position:relative;
	top:-46px;
	/*left:845px;*/
	margin:0px 0px 0px 845px;
	float:left;
	width:89px;
	height:89px;
	background-image:url(../pics/nav_pro_ac.png);
	
	cursor:pointer;
}

div#navi_exte.active {
	position:relative;
	top:-46px;
	/*left:865px;*/
	margin:0px 0px 0px 20px;
	float:left;
	width:89px;
	height:89px;
	background-image:url(../pics/nav_ext_ac.png);
	
	cursor:pointer;
}

div#navi_kont.active {
	position:relative;
	top:-46px;
	/*left:885px;*/
	margin:0px 0px 0px 20px;
	float:left;
	width:89px;
	height:89px;
	background-image:url(../pics/nav_kon_ac.png);
	
	cursor:pointer;
}


/*******************************
** Maincontent - Bereich      **
*******************************/
.content_mask {
	position:relative;
	width:1280px;
	height:583px;		/* 480px + 103px */
	overflow:hidden;
}

span img{
	display:block;
	border:none;
}

#vers_div {
	position:relative;
	top:90px;
	left:65px;
	width:700px;
	background-color:#aaa;
}


/********************************
** Projekte - Bereich          **
********************************/
#content_projects{
	margin:194px 0px 0px 64px;
	width:1115px;
	/*margin:0 auto;*/
	text-align:left;
	padding:0px;
}
#box_projects{
	position:absolute;
}
#box_projects div{
	width:1075px;
	height:140px;
	float:left;
}

#box_projects h3, #box_projects p, #box_projects ul{
	padding:5px 10px;
}
#box_projects p{
	text-indent:16px;
}
#box_projects img{
	width:205px;
	height:140px;
	float:left;
	padding:0px 5px 0px 5px;
}

.mask_projects{
	position:relative;
	float:left;
	width:1075px;
	height:140px;
	overflow:hidden;
}


div#button_links {
	margin:52px 2px 55px 1px;
	float:left;
	width:17px;
	height:33px;
	background-image:url(../pics/nav_pro_l_n.png);
	cursor:pointer;
}

div#button_rechts {
	margin:52px 1px 55px 2px;
	float:left;
	width:17px;
	height:33px;
	background-image:url(../pics/nav_pro_r_n.png);
	cursor:pointer;
}

div#content_xing {
	margin:358px 0px 0px 90px;
	width:58px;
	height:26px;
	/*margin:0 auto;*/
	text-align:left;
	padding:0px;
	background-image:url(../pics/pro_xing_no.png);
	
	cursor:pointer;
}


/********************************
** Extensions - Bereich        **
********************************/
#content_extensions {
	margin:195px 0px 0px 92px;
	width:1060px;
	height:191px;
}

div#content_prog_no {
	float:left;
	width:322px;
	height:191px;
	background-image:url(../pics/pics_exte/01_exprog_no.jpg);
}

div#content_prog_ov {
	width:322px;
	height:191px;
	background-image:url(../pics/pics_exte/01_exprog_ov.jpg);
}

div#content_illu_no {
	float:left;
	margin:0px 0px 0px 46px;
	width:322px;
	height:191px;
	background-image:url(../pics/pics_exte/02_exillu_no.jpg);
}

div#content_illu_ov {
	width:322px;
	height:191px;
	background-image:url(../pics/pics_exte/02_exillu_ov.jpg);
}

div#content_foto_no {
	float:left;
	margin:0px 0px 0px 46px;
	width:322px;
	height:191px;
	background-image:url(../pics/pics_exte/03_exfoto_no.jpg);
}

div#content_foto_ov {
	width:322px;
	height:191px;
	background-image:url(../pics/pics_exte/03_exfoto_ov.jpg);
}


/********************************
** Kontakt - Bereich           **
********************************/
#content_kontakt {
	margin:195px 0px 0px 92px;
	width:600px;
	
	font-family:Verdana;
	font-size:12px;
	line-height:1.8;
}

textarea {
	width:600px;
	height:115px;
}

input[type='text'] {
	width:440px;
}

input[type='submit'] {
	width:53px;
	height:53px;
	background: url(../pics/kon_send_no.png);
	border:0px;
	
	cursor:pointer;
}

input[type='submit']:hover {
	width:53px;
	height:53px;
	background: url(../pics/kon_send_ov.png);
	border:0px;
	
	cursor:pointer;
}

div#submit_button {
	width:53px;
	height:53px;
	background: url(../pics/kon_send_no.png);
	border:0px;
	
	cursor:pointer;
}

div#submit_button:hover {
	width:53px;
	height:53px;
	background: url(../pics/kon_send_ov.png);
	border:0px;
	
	cursor:pointer;
}

div#submit_div {
	padding:15px;
	position:relative;
	border:solid 1px black;
	width:200px;
	height:45px;
	left:300px;
	top:-300px;
	background-color:#fff;
	text-align:center;
}

div#submit_text {
	font-size:15px;
}


/********************************
** Effekte                     **
********************************/
.hide {
	display:none;
}


/********************************
** Impressum - Bereich         **
********************************/

div.div_impressum {
	position:absolute;
	border:solid 1px #6d6c74;
	width:664px;
	height:690px;
	top:75px;
	background-color:#312f35;
	text-align:center;
	margin:0 auto;
	margin-left:307px;
}

div#impr_header {
	position:relative;
	top:7px;
	width:664px;
	height:60px;
	background-image:url(../pics/impr_header_01.jpg);
}

table.table_impressum {
	padding:10px 15px 10px 15px;
	font-family:Verdana;
	font-size:11px;
	color:#54535a;
	text-align:left;
}
td.impressum_button {
	text-align:center;
}

span.important {
	color:#6d6c74;
}

span.impressum {
	border:1px solid #54535a;
	background-color:#312f35;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#54535a;
	margin-left:20px;
	padding:1px;
	cursor:pointer;
}

span.impressum:hover {
	border:1px solid #6d6c74;
	color:#6d6c74;
}


/********************************
** Schriftstile                **
********************************/
span.link_impressum {
	top:-50px;
	font-family:Verdana;
	font-size:10px;
	color:#d1d1d1;
	cursor:pointer;
}

span.link_impressum:hover {
	font-family:Verdana;
	font-size:10px;
	color:#ffffff;
	cursor:pointer;
}


/********************************
** Zitate                      **
********************************/
div#quote_root {
	position:relative;
	top:-15px;
	left:-900px;
	width:550px;
	height:100px;
}

div#quote_start {
	width:550px;
	height:100px;
	
	background-image:url(../pics/quote_start_01.png);
	background-repeat:no-repeat;
}

div#quote_proj {
	width:550px;
	height:100px;
	
	background-image:url(../pics/quote_proj_01.png);
	background-repeat:no-repeat;
}

div#quote_exte {
	width:550px;
	height:100px;
	
	background-image:url(../pics/quote_exte_01.png);
	background-repeat:no-repeat;
}

div#quote_kont {
	width:550px;
	height:100px;
	
	background-image:url(../pics/quote_kont_01.png);
	background-repeat:no-repeat;
}
