/* Stylesheet b-simple.de */

/*
blau dunkel: #0063a3
blau mittel: #47B8FF
b in b-simpe: #99D7FF

Buch-blau: 2673A9
Buch-rot: BE1325
*/

* {
	margin: 0;
	padding: 0;
}

html { 
	color: #444;
	font: 80%/1.5 "Arial", Verdana, Helvetica, sans-serif;
}
	
body {
	padding: 0em;
  background-color: #EEE;
	margin-bottom: 30px;
}

h1 {
	font-weight: normal;
} 

a:link     { color: #0063a3; }
a:visited  { color: #0063a3; text-decoration: none; }
a:hover    { color: #47B8FF; background-color: #FFF;}
a:active   { color: #0063a3; text-decoration: none; }
 
#outerframe { 
	width: 900px; 
	margin: auto; 
	margin-top: 10px;
}    

#header {
}

#header h1 {
  float:left;
  font-size: 2.2em;
  font-weight: normal;
  color: #0063a3;
}

#header #logo {
  float:right;
}

#header h2 {
  font-size:1.4em;
  font-weight: normal;
  color: #0063a3;
}

#content {
	margin-top: 5px;
	padding:10px 15px 30px 15px;
  background-color: #FFF;
}

#content #menu {
  float:left;
  font-size:1.4em;
}

a.menu_link:link     { color: #0063a3; text-decoration: none;}
a.menu_link:visited  { color: #0063a3; text-decoration: none; }
a.menu_link:hover    { color: #47B8FF; text-decoration: underline;}
a.menu_link:active   { color: #0063a3; text-decoration: none; }

#content #feed {
  float:right;
  font-size:1.4em;
}

#content #main_container {
  margin-top:10px;
  border-top:1px solid #000;
}

#imprint {
  font-size:0.9em;
  margin-top:50px;
  padding-top:5px;
  border-top:1px solid #000;
}

#imprint h2 {
  font-size:1.4em;
  font-weight: normal;
}

a.footer_link:link     { color: #0063a3; text-decoration: none;}
a.footer_link:visited  { color: #0063a3; text-decoration: none; }
a.footer_link:hover    { color: #47B8FF; text-decoration: underline;}
a.footer_link:active   { color: #0063a3; text-decoration: none; }

#list {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

.page_title {
  margin:0.5em 0em 0.0em 0em;
  font-size:1.5em;
}

.text {
  margin-top:10px;
  font-size:1.1em;
}

.photo {
  border: 2px solid #CCC;
}

a.internal_link:link    { color: #0063a3; text-decoration: none;}
a.internal_link:visited { color: #0063a3; text-decoration: none; }
a.internal_link:hover   { color: #47B8FF; text-decoration: underline;}
a.internal_link:active  { color: #0063a3; text-decoration: none; }

a.external_link:link    { color: #0063a3; text-decoration: none;}
a.external_link:visited { color: #0063a3; text-decoration: none; }
a.external_link:hover   { color: #47B8FF; text-decoration: underline;}
a.external_link:active  { color: #0063a3; text-decoration: none; }


.clear {
  clear:both;
}

#job_preview ul {
  padding-left:20px;
}


