@charset "utf-8";

@import url("http://www.konradvoelkel.de/fonts/fonts.css");
@import url("http://www.konradvoelkel.de/quicknav.css");

/*

colors from startrek-schlicht-theme:
darker red	#c39b81
lighter red	#dbc1b4
bright blue	#63ace3
darker grey	#aeaeae
lighter grey	#eeeeee

*/

#sitewidth {
	margin: 0 auto;
	width: 950px;
}

#wrapper {
	clear:both;
	padding:120px 0 0 0;
	margin:0;
	background:url(http://www.konradvoelkel.de/bg-header.jpg) top center scroll no-repeat;
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	min-height:500px;
}

#content-wrapper {
	clear:left;
	text-align:left;
	float:left;
	padding:30px 0 0 0;
	min-width:200px;
	max-width:600px;
	width:600px;
	border-right: 5px solid #63ace3;
	min-height:500px;
}

#sidebar {
	text-align:left;
	margin:0 0 0 615px;
	width:270px;
	height:360px;
	padding: 50px 0 0 0px;
}

body {
	font-family:"Liberation Serif",Tahoma,Verdana,Arial,sans-serif;
	background: #FFFFFF url(http://www.konradvoelkel.de/bg-body.gif) top center scroll repeat-y;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.feedlogo {
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 0;
	border: 0;
	background: url(http://www.konradvoelkel.de/feed.png) top left;
}

.outlink {
	width: 6px;
	height: 6px;
	padding: 0;
	margin: 0;
	border: 0;
	background: url(http://www.konradvoelkel.de/out.gif) top left;
}

a {
	color:#203A4A;
	background-image:none;
	text-decoration:none;
}

a:hover {
	color:#0000B0;
	background-color:#FFFFDD;
	background:#FFFFDD;
	text-decoration:underline;
}

ul {
	list-style-type:none;
	margin-bottom: 6px;
}

ul.displaybullets {
	list-style-type:square;
}

li {
	position: relative;
	left: 5px;
	margin: 3px;
}

.phone {
	display:none;
}

img {
	border:0px;
	border-style:none;
}

#header {}

#footer {}

.subdomain-uni #content-wrapper {
	background: transparent url(http://uni.konradvoelkel.de/bg-uni.gif) top center no-repeat;
}

.subdomain-www #content-wrapper {
	background: transparent url(http://www.konradvoelkel.de/bg-www.gif) top center no-repeat;
}

#license {
	font-family:monospace;
	font-size:0.8em;
	font-weight:200;
	color:#AAAAAA;
}

#license * {
	color:#AAAAAA;
}

img#me {
	width: 145px;
	height: 161px;
}

#pgpkey {
        font-size: 0.9em;
        width: 500px;
        font-family: monospace;
        color: #777;
}

td {
	vertical-align:top;
}

iframe {
	border: none;
	frame-border: 0px;
	margin: 0px;
	padding: 0px;
}

.lang-de, .lang-fr, .lang-en {
	display:inline;
}

#melinks * {
	color: #ccc;
	font-size: 10px;
}

#melinks.spacer {
	height: 50px;
}

#cv {
	font-size: small;
	width: 100%;
}

#cv td {
	padding: 10px;
}

#cv .place {
	border-left: #aeaeae dashed 2px;
	border-right: #aeaeae dashed 2px;
}

