body {
	font-size:11pt;
	font-family:Helvetica;
	color:#434343;
} 

h2 {font-size:16pt; font-weight:bold;}

strong {font-weight:bold;}

a{
	font-size:11pt;
	font-family:Helvetica;
	color:#434343;
	text-decoration:none;
}

div#frame-holder {
	margin:auto;
	width:1245px;
	height:936px;
	background:#c42820;
	
	/*rgba(155, 214, 200, 0.7);*/
}

div#main-frame {
	height:816px;
	margin-left:60px;
	padding:60px;
	background:grey;
	background-image:url("./../img/personaltraining.jpg");
    background-repeat:repeat-y;
}

div#main-frame div {
	vertical-align:top;
}

div#left-frame { 
	display:inline-block;
	width:285px;
	margin-right:10px;
}

div#content-frame { 
	display:inline-block;
	width:500px;
	padding-left:5px;
	padding-right:5px;
}

div#right-frame {
	display:inline-block;
	width:240px;
	margin-left:10px;

}

div#page-title h2{
  padding:0 10px;
}

#content  {
 padding-left:10px;
 padding-right:10px;
}

ul#nav {
	height:360px;
}

div#kontakt {
}


.kontakt_row
{
 margin-bottom:5px;
 background:rgb(255, 255, 255);
/* background:rgba(255, 255, 255, 0.8); */
 height:25px;
 line-height:25px;
 color:rgb(109,110, 113);
 padding-left:17px;
 font-weight:bold;
}


.kontakt_lastrow
{
 margin-bottom:5px;
 height:25px;
 line-height:25px;
 color:rgb(109,110, 113);
 padding-left:17px;
 font-weight:bold;
 display:table;
 width:485px;
}

div#sent_message
{
  font-weight:bold;
  color:rgb(255,255, 255);
  width:485px;
  padding-left:17px;
  margin-bottom:5px;
}

div#kontakt_send_button
{
 margin-bottom:5px;
 background:rgb(255, 255, 255);
 height:25px;
 line-height:25px;
 color:rgb(109,110, 113);
 padding-left:17px;
 font-weight:bold;
 width:100px;
 float:right;
 cursor:pointer;
}

.kontakt_row_div
{
 margin-bottom:5px;
 background:rgb(255, 255, 255);
/* background:rgba(255, 255, 255, 0.8); */
 height:25px;
 line-height:25px;
 color:rgb(109,110, 113);
 padding-left:17px;
 font-weight:bold;
 display:table;
 width:485px;
}

.kontakt_Col_1
{
  display:inline-block;
  width:140px;
}
.kontakt_Col_2
{
  display:inline-block;
  width:320px;
}

.kontakt_input
{
 border:0px;
 font-weight:bold;
 color:rgb(109,110, 113);
 background:rgb(255, 255, 255);
 width:320px;
}

.kontakt_inputEmpty
{
 border:0px;
 font-weight:none;
 font-style:italic;
 color:rgb(194,194, 194);
 background:rgb(255, 255, 255);
 width:320px;
}

.kontakt_textinput
{
 border:0px;
 font-weight:bold;
 color:rgb(109,110, 113);
 background:rgb(255, 255, 255);
 width:320px;
 height:200px;
 font-size:11pt;
 font-family:Helvetica;
 padding-top:5px;
}

.kontakt_textinputEmpty
{
 border:0px;
 font-style:italic;
 color:rgb(194,194, 194);
 background:rgb(255, 255, 255);
 width:320px;
 height:200px;
 font-size:11pt;
 font-family:Helvetica;
 padding-top:5px;
}


/** Classes */ 
.headlineName {
  height:90px;
  cursor:pointer;
}

.headline {
  height:90px;
}

.top-border{
	border-top: 1px solid;
	padding-top: 10px;
	
}

/** Navigation */
ul.nav li  {
 margin-bottom:5px;
 background:rgb(255, 255, 255);
 background:rgba(255, 255, 255, 0.7);
 height:25px;
 line-height:25px;
 color:rgb(109,110, 113);
 padding-left:17px;
 font-weight:bold;
 cursor:pointer;
}

ul.nav ul {
	background-color:white;
	margin-bottom:5px;
	padding:5px 0px;
	display:none;
    cursor:pointer;
}

ul.nav ul li {
  height:20px;
  line-height:20px;
  margin:0px;
  background-color:inherit;
  font-weight:normal;
 cursor:pointer;
}

ul.nav li.nav-selected {
	background-color:white; 
	background-image:url("./../img/nav-selected.png"); 
	background-repeat:no-repeat;
	background-position:bottom left;
   cursor:pointer;
}
ul.nav li.nav-hover {
	background-image:url("./../img/nav-selected.png"); 
	background-repeat:no-repeat;
	background-position:bottom left;
    cursor:pointer;
}

/** SplashScreen */
div#splashscreenOut {
  width:100%;
  height:100%;
  z-index:-1;
  display:none;
  position:absolute;
  top:0px;
  margin:0px;
  padding:0px;
  vertical-align:top;
  background:#FFFFFF;
  cursor:pointer;
  
}

div#splashscreenIN {
  width:1189px;
  height:936px;
  background-image:url("./../img/startseite.jpg");
  margin-left:auto;
  margin-right:auto;
}

div#splashscreenINName
{
  height:60px;
  color:#737373;
  margin-left:37px;
  padding-top:470px;
}

h2#splashscreenh2{
   font-size:18pt; 
   font-weight:bold;
}
p#splashscreenP{
   font-size:16pt; 
   padding-left:60px;
}


