@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
	border: 0;
}

html {
  overflow: -moz-scrollbars-vertical;
}
body {
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

/*Umschließt den gesamten Inhalt der Website*/
#frame {
	width:755px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	clear: both;
	margin-bottom: 5px;
	border-bottom: 1px solid #212A75;
	border-left: 1px solid #212A75;
	border-right: 1px solid #212A75;
}

/*Umschließt den Teil der unteren Website - side und content*/
#huelle {
	height: auto;
	padding: 21px 0 0 0;
	clear: both;
	overflow: auto;
	width: 755px;
}

/*HEADER -----------------------------------------------------------------------------------------------------------------*/

/*header Bereich*/
#header {
	margin: 0;
	padding: 0;
	height: 156px;
	width: 755px;
	clear: both;
	border-bottom: 5px solid #212A75;
}

/*wechselnde Bilder im Hintergrund der Kopfzeile*/
.bg01 {
	background-image: url(img/rechtsanwalt-koeln-dom.jpg);
}
.bgarbeitsrecht {
	background-image: url(img/arbeitsrecht.jpg);
}
.bgerbrecht {
	background-image: url(img/erbrecht.jpg);
}
.bghandelsrecht {
	background-image: url(img/handelsrecht.jpg);
}
.bggriechenland {
	background-image: url(img/griechenland.jpg);
}
.bgimmobillienrecht {
	background-image: url(img/immobilienrecht.jpg);
}
.bgfamilienrecht {
	background-image: url(img/familienrecht.jpg);
}
.bgphilosoph {
	background-image: url(img/philosoph-schueler.jpg);
}
/*NAVI -----------------------------------------------------------------------------------------------------------------*/

/*Navigation*/
#navigation {
	height: auto;
	padding: 8px 0 0 10px;
	margin: 0;
	width: 115px;
	text-align: right;
}
/*Navigation - Text */
.navtext, .navtext:link, .navtext:active, .navtext:visited {
	font-size: 1em;
	text-decoration: none;
	font-weight: normal;
	padding: 0;
	margin: 0;
	line-height: normal;
	color: #212A75;
	letter-spacing: 0.1em;
	border-bottom: 0;
}
/*Navigation - Text - hover*/
.navtext:hover {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	padding: 0;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #000000;
}
/*Navigation - Text - ausgewählt*/
.navtext_choose {
	font-size: 1em;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	padding: 0;
	margin: 0;
	line-height: normal;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #000000;
}

/* Navigation Liste */
.nav {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	padding: 0;
	margin: 0;
	line-height: normal;
	list-style: none;
	text-align: right;
}
/* Neue Navigation */
.nav li {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	padding: 5px 0 5px 0;
	margin: 0;
	list-style: none;
	float: none;
	text-align: left;
}




/*SUBNAVI -----------------------------------------------------------------------------------------------------------------*/

/*Navigation - Text */
.subnavtext, .subnavtext:link, .subnavtext:active, .subnavtext:visited {
	font-size: 0.9em;
	text-decoration: none;
	font-weight: normal;
	padding: 0;
	margin: 0;
	line-height: 0.7;
	color: #212A75;
}
/*Navigation - Text - hover*/
.subnavtext:hover {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	padding: 0;
	border-bottom: 1px solid #000000;
}
/*Navigation - Text - ausgewählt*/
.subnavtext_choose {
	font-size: 0.9em;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	padding: 0;
	margin: 0;
	line-height: 0.7;
	border-bottom: 1px solid #000000;
}

/* Navigation Liste */
.subnav {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	padding: 0 0 0 0;
	margin: 5px 0 0 18px;
	line-height: normal;
	list-style: none;
	text-align: right;
}
/* Neue Navigation */
.subnav li {
	color: #000000;
	text-decoration: none;
	padding: 3px 0 3px 0;
	margin: 0;
	float: none;
	text-align: left;
	list-style-image: url(img/subnavi-bg.gif);
}



/*SIDE LEFT -----------------------------------------------------------------------------------------------------------------*/

/*Seite mit Tesaser links*/
#side {
	position: relative;
	height: auto;
	float: left;
	margin: 0;
	width: 120px;
	padding: 0;
	text-align: right;
}

/*Content mit Inhalt*/
#content {
	height: auto;
	float: right;
	margin: 0;
	padding: 0 0 15px 0;
	position: relative;
	width: 625px;
	background-color: #FFFFFF;
	border-left: 1px solid #212A75;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #212A75;
	text-decoration: none;
	font-weight: normal;
	line-height: 1.4em;
	padding: 3px 50px 3px 0;
	margin: 3px 0 0 40px;
}

ul {
	padding: 10px 0 0 0;
}

/*Text*/
p {
	font-size: 1em;
	color: #212A75;
	text-decoration: none;
	font-weight: normal;
	padding: 2px 80px 2px 20px;
	text-align: left;
	margin-top: 5px;
	line-height: 1.2em;
}
/*Text im Impressum - Haftungsauschluss, Disclaimer etc.*/
p.imp {
	font-size: 13px;
	color: #212A75;
	text-decoration: none;
	font-weight: normal;
	padding: 0 50px 0 20px;
	text-align: left;
	line-height: 1.3em;
	margin-top: 0px;
}

/*H1*/
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #212A75;
	text-decoration: none;
	line-height: normal;
	text-align: left;
	padding: 10px 15px 15px 20px;
	margin: 0;
}
h1.center {
	font-size: 18px;
	font-weight: bold;
	color: #212A75;
	text-decoration: none;
	line-height: normal;
	text-align: center;
	padding: 10px 15px 15px 20px;
	margin: 0;
}
/*H2*/
h2 {
	font-size: 1em;
	font-weight: bold;
	color: #212A75;
	text-decoration: none;
	line-height: 1.2;
	text-align: left;
	padding: 0 50px 7px 20px;
	margin: 0;
}
/*H3*/
h3 {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	line-height: normal;
	text-align: left;
	padding: 0;
	margin: 0;
}

/*Links*/
a, a:link, a:active, a:visited {
	color: #212A75;
	text-decoration: none;
	font-weight: bold;
	padding: 0;
	;
}
/*Link - hover*/
a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

/*Tabelle*/
table {
	font-size: 12px;
	color: #212A75;
	text-decoration: none;
	font-weight: normal;
	padding: 0;
	text-align: left;
	margin: 10px 0 0 20px;
}

/* PICTURES -----------------------------------------------------------------------------------------------------------------*/

/*Bilder*/
img {
	padding: 0;
	margin: 0;
	border: 0;
}
/*Bild rechts flie&szlig;end*/
img.right {
	float: right;
	padding: 0 80px 0 0;
}
/*Bild links flie&szlig;end*/
img.left {
	float: left;
}
/*logo*/
img.logo {
	margin: 0;
	padding: 15px 0 0 0;
}

/* FOOTER -----------------------------------------------------------------------------------------------------------------*/
#footer {
	text-align: left;
	color: #212A75;
	font-size: 0.9em;
	padding: 15px 0 0 0;
	width: 755px;
	height: 30px;
	font-weight: normal;
}

#fusszeile {
	background-color: #B5BAE8;
	padding: 2px 0 2px 15px;
	margin-left: auto;
	margin-right: auto;
	width: 680px;
}

/*Fusszeile unterhalb des Rahmens/Contens*/
#footer-unten  {
	text-align: center;
	color: #000000;
	font-size: 0.8em;
	padding: 5px 0 5px 0;
	height: auto;
	font-weight: normal;
}
