
/* ~~~~~~~~~~~~~~~~~~ global ~~~~~~~~~~~~~~~~~~ */

body {
	font-size: 12px;
	color: white;
	font-family: verdana, arial, helvetica, 'ms sans serif';
	position: relative;
	background-color: black;
	text-align: center;
	scrollbar-face-color: darkgray;
	scrollbar-highlight-color: darkgray;
	scrollbar-shadow-color: black;
	scrollbar-3dlight-color: darkgray;
	scrollbar-arrow-color: black;
	scrollbar-darkshadow-color: darkgray;
	scrollbar-base-color: darkgray;
	scrollbar-track-color: black;
}

table {
    font-size: 13px;
    color: black;
    line-height: normal;
    font-family: verdana, arial, helvetica, 'ms sans serif';
    background-color: transparent;
    text-align: middle
}
img {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
}
a:link {
    color: black;
    text-decoration: none
}
a:visited {
    color: black;
    text-decoration: none
}
a:active {
    color: black;
}
a:hover {
    color: black;
    text-decoration: underline
}

/* ~~~~~~~~~~~~~~~~~~ specific ~~~~~~~~~~~~~~~~~~ */

table.main {
	background-image:url(/images/blue_800.jpg);
	width: 800px;
	height: 600px;
}
	th.main_menu {
		width: 200px;
	}
	table.main_ur {
		width: 200px;
		height: 200px;
	}
		td.main_icon_bar {
			height: 20px;
		}		
	td.main_middle {
		width: 400px;
		height: 200px;
	}
	iframe.main_Content {
		width: 800px;
		height: 200px;
	}	

body.middle_content {
	background-image: url(/images/blue_middle_normal.jpg);
}
table.middle_content {
	width: 800px;
	height: 200px;
	padding-right: 10px;
	padding-left: 10px;
}
table.middle_content_about {
	width: 800px;
	height: 200px;
	padding-right: 10px;
}
	td.p_pic {
		width: 150px;
		text-align: left;
	}	
	td.spacer {
		width: 25px;
	}	
	th.headline {
		height: 30px;
		text-align: left;
		font-size: 16px;
	}
	td.cv_detail {
		width: 400;
		text-align: justify;
		padding-left: 10px;
	}
	td.cv_list {
		width: 200;
	}
	td.austellungen {
		text-align: justify;
	}
	td.exhibition {
		width: 300px;
	}
	ul.exhibition {
		font-size: 11px;
	}						

body.middle_content_active {
	background-image: url(/images/blue_middle_hell.jpg);
}
	 
iframe.footer {
	width: 100px;
	height: 15px;
}

body.hotnews {
	background-image: url(/images/hotnews.jpg);
}
table.hotnews {
	height: 150px;
	width: 400px;
	text-align: center;
}
th.hotnews {
	font-size: 15px;
	font-style: italic;
}
table.showimage {
	height: 100%;
	width: 100%;
}				