/* [Anfang] Globale Deklarationen */
html{
	overflow-y:scroll;
}

body {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0px;
	padding: 0px;
	background-color:#fff;
	color:#000;
	text-align:center;
	line-height:18px;
}

b {
	
}

h1 {
	font-size:14px;
	margin-top:10px;
	margin-bottom:10px;
	line-height:30px;
}

a, a:visited, a:active, a:hover{
	text-decoration:none;
	color:#000;
	text-decoration:underline;
}

a:hover{
	cursor:pointer;
	text-decoration:underline;
}

img {
	border-width:0px;
	margin:0px;
}

/*
input{
	float:right;
}


select {
	float:right;
}

.csc-mailform {
	border:0px #000 solid;
	width:550px;
	margin-left:0px;
	padding-left:0px;
	text-align:left;
}

.csc-mailform-label {
	float:left;
	height:22px;
}

.csc-mailform-field {
	width:400px;
}

.form-spacer {
	width:400px;
	height:10px;
	background-color:#fff;
}
*/

/* [Ende] Globale Deklarationen */


#mainContainer{
	width:860px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}


/* [Anfang] Headerbereich*/

#mainHeader{
	width:860px;
	height:120px;
}

#logo{
	background-image:url("res/img/weissmatt-print-logo.png");
	width:230px;
	height:60px;
	background-repeat:no-repeat;
	float:right;
	border-right:0px #fff solid;
	border-top:30px #fff solid;
}

#icons{
	background-image:url("res/img/image003.png");
	width:32px;
	height:32px;
	background-repeat:no-repeat;
	float:right;
	border-right:0px #fff solid;
	border-top:400px #fff solid;
}



/* [Ende] Headerbereich*/


/* [Anfang] linke Spalte*/

#leftRail{
	border-left: 0px #fff solid;
	width:600px;
	float:left;
}

#siteTitle{
	width:600px;
	height:20px;
	background-color:#000;
	color:#fff;
	text-align:left;
}

/* [Ende] linke Spalte*/


/* [Anfang] Navigationsleiste rechts*/

#rightRail{
	border-left: 40px #fff solid;
	width:220px;
	float:left;
	line-height:0px;
}

.mainNaviItem{
	width:220px;
	height:20px;
	border-bottom:0px #fff solid;
	text-align:right;
	background-color:#000;
	color:#fff;
}

.mainNaviItem a,.mainNaviItem a:visited,.mainNaviItem a:active, .mainNaviItem a:hover{
	text-decoration:none;
	color:#fff;
}

.mainNaviItem a:hover{
	cursor:pointer;
}

.subNaviItem a,.subNaviItem a:visited,.subNaviItem a:active, .subNaviItem a:hover{
	text-decoration:none;
	color:#000;
}

.subNaviItem a:hover{
	cursor:pointer;
}

.subNaviItem{
	width:220px;
	height:20px;
	border-bottom:0px #fff solid;
	text-align:right;
	background-color:#fff;
	color:#000;
}

/* [Ende] Navigationsleiste rechts*/

/* [Anfang] Footer*/

#footer{
	width:860px;
	height:20px;
	background-color:#000;
	color:#fff;
	border-left:40px #fff solid;
	float:left;
	text-align:center;
	border-top:50px #fff solid;
	/*footer deaktivieren*/
	display:none;
}


/* [Ende] Footer*/


/* [Anfang] Curriculum Vitae (CV) */

.cv-entry{
	width:600px;
	height:auto;
}

.cv-date{
	width:200px;
	float:left;
	font-size:14px;
	font-weight:bold;
	border-bottom:10px #fff solid;
	border-top:10px #fff solid;
}

.cv-description{
	width:400px;
	float:left;
	border-bottom:10px #fff solid;
	border-top:10px #fff solid;
}

/* [Anfang] CV */

