/* MAIN */

html {
    font-size: 0.8em;
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #ebebeb;
    background-image:url(../images/mainbg.png);
    background-repeat:repeat-y;  
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
}

a {
    color: #0066CC;
	text-decoration: underline;
}

/* TEXT */

h1,h2,h3,h4,h5,h6 {
    margin: 0;
    font-family: sans-serif;
    padding: 0;
}

p {
    margin: 0;
    margin-bottom: 10px;
}

img {
    border: 0;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    margin: 0;
    padding: 0;
}

blockquote {
    font-family: serif;
}

/* MAIN */

#leftcolumn {
    position: absolute;
    top: 0;
    left: 0;
    width: 784px;
}

#header {
    height: 117px;
    width: 1000px;
}

#texthead {
    height: 36px;
    width: 1000px;
    background-image:url(../images/header2.png);
    background-repeat: repeat-y;
}

#texthead h2 {
    margin-left: 71px;
    padding-top: 13px;
    text-transform: uppercase;
    font-size: 16px;    
}

#content {
	height: 100%;
	padding-left: 42px;
    padding-top: 30px;
    background-image:url(../images/contentbg.png);
    background-repeat:repeat-y;    
}

#contentleft {
    float: left;
    width: 196px;
    margin-left: 30px;
}

* html #contentleft {
    margin-left: 15px;
}

#contentleft img {
    border: 1px solid #9a9a9a;
	margin-bottom: 15px;
}

#contentright {
    margin-left: 246px;
    margin-right: 70px;
}

* html #contentright p {
    height: 1%; /* bye bye 3px text jog */
}

#contentbig {
    margin-left: 30px;
    margin-right: 45px;
	padding-bottom: 50px;
}

#footer {
    padding-top: 7px;
    padding-left: 25px;
    background-image:url(../images/contentbottombg.png);
    background-repeat: no-repeat;
    color: #9a9a9a;
    font-size: 11px;    
}

.footer_text {
	padding-left: 25px;
    color: #9a9a9a;
    font-size: 11px;    
}


#rightcolumn {
    position: absolute;
    top: 117px;
    left: 800px;
    width: 200px;
}

#nav2 {
    background-color: #ccc;
    padding-left: 12px;
    padding-bottom: 18px;
}

#navi {
	width: 176px;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#navi a {
	color: black;
	text-decoration: none;
}

.sub_1 {
	padding: 3px 4px 3px 5px;
	margin-bottom: 1px;
	background-color: #ebebeb;
}

.sub_2 {
	font-size: 11px;
	border-left: 22px solid #ebebeb;
	padding: 2px 4px 2px 5px;
	margin-bottom: 1px;
	background-color: #f7f7f7;
}

.sub_3 {
	font-size: 11px;
	border-left: 22px solid #f7f7f7;
	padding: 2px 2px 2px 20px;
	margin-bottom: 1px;
	background-color: #ffffff;
}

.sub_1 a, .sub_2 a, .sub_3 a {
	text-decoration: none;
}

.nav3active {
	border-color: #C4D7EC;
}

.portal {
	padding-bottom: 5px;
	list-style-type: none;
}

.portal li {
	list-style-image: url(../images/arrow.gif);
	padding-top: 2px;
	margin-left: 20px;
}

.portal_box {
	height: 120px;
	float: left; 
	width: 215px;
	background-color: #FFFFFF; 
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-right: 4px;
}

#contentright ul.contentlist {
	list-style-type: square;
	margin-left: 30px;
	margin-top: 6px;
}

.contentlist li {
	margin-top: 3px;
}

#contentright ul.contentlist2 {
	margin-left: 30px;
}

#contentright ul.contentlist3 {
	margin-left: 30px;
}

#content .project_image {
	float: left; 
	width: 150px; 
	padding-left: 30px;
}

#content .project_text {
	float: left; 
	width: 440px; 
	margin-left: 65px;
	margin-bottom: 15px;
	height: 100%;
}

.project_image img {
    border: 1px solid #9a9a9a;
}

ul.project_list {
	font-size: 11px;
	list-style-type: square;
	margin-left: 30px;
}

ul.project_list_2 {
	list-style-type: none;
	list-style-image: url(../images/arrow.gif);
	font-size: 11px;
	margin-left: 40px;
}

.project_text p {
	font-weight: bold;
}


ul.referenzen_list {
	margin-left: 15px;
	list-style-type: square;
	font-size: 11px;
}

#referenzen_table td {
	background-color: white;
	padding: 7px;
	border: 1px solid #cccccc;
	font-size: 11px;
}

.bewerbung td {
	padding-right: 15px;
	background-color: white;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #cccccc;
}

#msgs {
	padding-left: 85px;
	color: red;
	width: 800px;
    background-image:url(../images/header2.png);
    background-repeat:repeat-y;    
}