/*********

Links

***********/


a:link { 
	color: #ff9600;
	text-decoration:none;	
}

a:visited {
	color: #ff9600;
	text-decoration:none;
}

a:hover {
	color: #ff9600;
	text-decoration:underline;
}

a:active {
	color: #ff9600;
	text-decoration:none;
}

a:link.menu { 
	color: #000000;
	text-decoration:none;	
}

a:visited.menu {
	color: #000000;
	text-decoration:none;
}

a:hover.menu {
	color: #000000;
	text-decoration:underline;
}

a:active.menu {
	color: #000000;
	text-decoration:none;
}




/************

general settings

*************/

body {
	background-color: #ffffff;
}

td {
	color: #000000;
	font-family: "Arial";
	font-size: 10pt;
}



/**************

design

**************/
table.main {
	width: 760px;
	border: 1px solid #ff9600;
	border-collapse: collapse;
}
td.menuMain {
	width: 160px;
	vertical-align: top;
	height: 400px;
	border-right: 1px dashed #ff9600;
	background: #ffffff;
}

td.bottom {
	text-align: center;
	background-color: #ffffff;
	border: 1px dashed #ff9600;
}
td.bottomLeft {
	background-color: #ffffff;
}
td.logo {
	width: 160px;
	background-color: #ffffff;
	border-bottom: 1px dashed #ff9600;
	text-align: center;
	vertical-align: middle;
}
td.titel {
	width: 600px;
	background: #ffffff;
	border-bottom: 1px dashed #ff9600;
}




/*****

menu


*****/
table.menu {
	width: 140px;
	border-collapse: collapse;
}


td.menuPic {
	width: 12px;
	text-align: left;
	padding-left: 3px;
}
td.menuLink {
	
}

td.subMenuPic {
	width: 15px;
	text-align: right;
	padding-right: 3px;
}
td.subMenuLink {
		
}

/********

main window

*********/


td.main {
	width:600px;
	vertical-align: top;
	background-color: #ffffff;
	padding: 10px;
}


/*********

headlines

**********/

h3.titel {
	text-align: right;
	font-size: 12pt;
	font-weight: bold;
	color: #ff9600;
	
}

h3.tableHeader {
	text-align: left;
	font-weight: bold;
	color: #000000;
	font-size: 10pt;
	/*background: #E9E9E9;
	text-decoration: underline;*/
	border-bottom: 1px solid #ff9600;
	
}



/***********

CV

***********/

td.cvLeft {
	width: 150px;
	vertical-align: top;

}

table.cv {
	width: 100%;
	border: 0px solid #000000;
}

/*****************

Impressum

******************/

table.impressum {
	border-collapse: collapse;
}

td.impressumLinks {
	vertical-align: top;
	padding: 5px;
	font-weight: bold;
	color: #000000;
	width: 100px;
}
td.impressumRechts {
	vertical-align: top;
	padding: 5px;
}

/*****************

Projekte

******************/

table.projects {
	border-collapse: collapse;
	width: 560px;
}

td.projects1 {
	vertical-align: top;
	padding: 5px;
	font-weight: normal;
	color: #000000;
	width: 70px;
}
td.projects2 {
	vertical-align: top;
	padding: 5px;
}
td.projects3 {
	vertical-align: top;
	padding: 5px;
}
