@charset "utf-8";
/* ===================================
Stylesheet der "Aleksej Medved Portolio Webseite" 
 
Datei: screen.css 
Datum: 31.07.2012
Autor: Aleksej Medved 

Aufbau: 1. Kalibrierung
        2. Allgemeine Styles
        3. Styles für Layoutbereiche
        4. Sonstige Styles 
=================================== */

/* ================================== 1. Kalibrierung =============================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: none;
	outline: 0;
	font-size: 100%;
	/*vertical-align: top;*/
	background: transparent;
	/*color:#000000;*/
}


body{
	font-family:  Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size: 	0.813em;
	background: #4e0102 url(../images/hg_main.jpg);
}


ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* ================================== 2. Allgemeine Styles =============================== */

h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, rial,serif;
    margin: 0 0 0.5em;
}


h1 {
    font-size: 2em;
    line-height: 1;
}
h2 {
    font-size: 1.6em;
}
h3 {
    font-size: 1.3em;
    line-height: 1;
}
h4 {
    font-size: 1.1em;
    line-height: 1.25;
}
h5 {
    font-size: 1em;
    font-weight: bold;
}
h6 {
    font-size: 1em;
    font-weight: bold;
}

div p{
	margin-bottom: 1em;
	line-height: 1.2em;
	/*border: 1px solid #ff0000;*/
}



/*------------  Spalten ------------*/

.one-half {
    width: 48%;
}

.one-third {
    width: 31.3%;
}

.two-third {
    width: 64.6%;

}

.one-fourth {
    width: 23%;
}

.third-fourth{
	width: 73%;
}

.one{
    margin-bottom: 10px;
    padding-left: 1%;
    padding-right: 1%;
		
		/*border: 1px solid #ff9900;*/
}

.one-half, 
.one-third, 
.two-third,
.third-fourth,
.one-fourth{
    float: left;
    margin-bottom: 10px;
    padding-left: 1%;
    padding-right: 1%;
		/*border: 1px solid #ff0000;*/
}

ul.mitListenPunkt li{
	margin-left: 1em;
	list-style:square;	
}


/* ================================== 3. Styles für Layoutbereiche =============================== */
#wrapper{
	width: 960px;
	margin: 0px auto ;
}

#wrapperTop{
	position:relative;	
}

#logo{
	width:413px;
	hanging-punctuation:131px;	
	left: 0;
	top: 0;
	
}

#telefon{
	background:url(../images/hg_telefon.png) no-repeat;
	width: 309px;
	height: 80px;	
	position: absolute;
	right: 0;
	top: 0;
	
	color: #000000;
	font-size: 2em;
  
}

#telefon p{
	margin: 3px 10px ;
	padding: 0;
	text-align: center;
	font-weight:bold;
	text-shadow: 0px 2px 0px #ffffff;
	filter: dropshadow(color=#ffffff, offx=0, offy=2);
}

#telefon p.gross{
	margin: 0px 10px ;
	font-size:1.35em;
	text-shadow: 0px 3px 0px #ffffff;
	filter: dropshadow(color=#ffffff, offx=0, offy=3);
}

#wrapperContent{
	position: relative;
	margin-top: 50px;
}

#content{
	padding-bottom: 450px;
	background-image:url(../images/laptop.png);
	background-position: bottom center;
	background-repeat:no-repeat;
}

#content h1{
	font-size:3.818em;
	letter-spacing: -2px;
  line-height: 1%;
	color: #1e0100;
	
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
}

#content h2{
	margin-top: 0.5em;
	font-size: 2.909em;
	line-height: 70%;
	color: #1e0100;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
}

#content p{
	font-size: 1.727em;
	padding-top: 20px;
}

#contentRight{
	background: url(../images/skills_bubbles.png) top right no-repeat;
	height: 652px;
}


/* ================================== 4. Sonstige Styles =============================== */

/* Clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;/**/
  /*border:1px solid #ff0000;*/
}
/* Clearfix Patches für den IE */
.clearfix { display: inline-block; }
 
/* Vor IE5/Mac verstecken mit dem Commented Backslash Hack \*/
* html .clearfix { height: 1px; }
.clearfix { display: block; }
/* Ende des Versteckspiels fÃ¼r den IE5/Mac */