/*
COLORES:

LINKS link, visited (grau)	#5E5E5E
LINKS hover (pink)					#FF0099
BUTTON background (grau)		#9E9E9E


*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	margin-top: 60px;
	margin-left: 90px;
	line-height: 140%;
}
a:link, a:visited {
	color: #5E5E5E;
	text-decoration: none;
}
a:hover, a:focus {
	color: #FF0099;
	text-decoration: none;
}
.dieses {
	color: #FF0099;
}
.fett{
	font-weight: bold;
}

#bild_navi a {
	display: inline-block;
	padding: 4px 8px;
	position: relative;
	left: -8px;
}
#bild_navi a, #girls a {
	color: #838383;
}
#bild_navi a:hover, #girls a:hover {
	color: #FF0099;
}
h2 {
	font-size: 15px;
	height: 30px;
}
th, td {
	padding: 0 5px 5px 0;
	vertical-align: top;
}
#cv td:first-child {
	width: 60px;
}
#cv tr.ueberschrift {
	height: 30px;
}

#logo {
	font-size: 20px;
	font-weight: bold;
	height: 55px;
}
#menu {
	position: relative;
	float: left;
	width: 130px;
	height: 490px;
	margin-right: 50px;
}
#nav {
	padding-bottom: 15px;
	width: 130px;
	list-style-type: none;
}
#bild_navi {
	position: absolute;
	bottom: -8px;
}
#nav li.link {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;	
}
.leer {
	visibility: hidden;
}

#inhalt {
	overflow: hidden;
	position: relative;
}	

#slide_rahmen, #start_seite {
	width: 730px;
	height: 510px;
	overflow: auto;
	position: relative;
}
#slide_rahmen div img {
	width: 730px;
	height: 490px;
}
#startbild {
	margin: 0 auto;
}
#start_seite object {
	margin-left: 150px;
 	margin-top: -70px;
}
#jp_container_1 {
	margin-left: -1500px;
	position: absolute;
	top: 0;
	left: 0;
}
#templates, #beschreibung, #video {
	display: none;
}
#beschreibung {
	width: 650px;
}
#beschreibung div {
	width: 650px;
	text-align: justify;
}
#beschreibung table {
	color: #333333;
  font-size: 11px;
}
#beschreibung table tr td:first-child {
	font-style: italic;
	vertical-align: text-top;
	padding-right: 20px;
}
.english {
	display: none;
}

#strategie, #cv {
	width: 740px;
}
#strategie p {
	padding-bottom: 10px;
} 
#collage div.profilbild {
	float: left;
	padding: 0 10px 10px 0;
}
#collage div.profilbild img {
	width: 175px;
	height: 117px;
}
#strategie_menu .active {
	display: none;
}
#girls {
	float: right;
}
#girls span {
	padding-left: 15px;
}
#girls span.active {
	color: #FF0099;
}
#strategie_inhalt {
	margin-top: 25px;
	width: 730px;
}

#bottom {
	width: 100%;
	height: 10px;
	clear: left;
}

.c_left {
	clear: left;
}

#searchengines {
	left: -1000px;
	position: absolute;
	top: -1000px;
}
