/*
////////////////////////////////////////////////////////////////////////////////
//
// Styles fuer das Layout
// Weblication® CMS Strukturdesign Version 4.7
//
////////////////////////////////////////////////////////////////////////////////

!! -> Weiter Infos über das CSS-Layout & CSS-Hacks in der Datei header.php <- !!

      1.0 Schrift Formatierung
	      1.1 Links
      2.0 Allgemeine Formatierung
      3.0 Layout
      4.0 Navigation
	  5.0 Weblication Stuff

*/



/* 1.0 Schrift Formatierung */

body, input, textarea, select, h1, td {
	font-family: Arial, Helvetica, sans-serif;
}

body, input, textarea, select, td {
	font-size: 12px;
}


sup {
	font-size:9px;
	line-height:50%;
}

/* 1.1 Links */

a {
	color: #369;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #369;
	font-weight: normal;
	text-decoration: underline;
}

img {
	border:none;
}

/* 2.0 Allgemeine Formatierungen */

h1 {
	font-size: 16px;
	color: #369;
	font-weight: normal;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

h2 {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

input, select, textarea {
	border: 1px solid #CCC;
	margin: 1px;
}

ul {
	list-style-type: circle;
	padding: 0px;
	margin: 0px 0px 0px 20px;
}

.text_klein {
	font-size: 11px;
}


/* 3.0 Layout */

.elementSpace {
	margin:20px;
}

/* -> Head.php */

/* 4.0 Navigation */

.nav-L2 { /* div */
	float: left;
	width: 190px;
	text-align: left;
}

.nav-L1 { /* div */
	position: relative;
	top: 122px;
	left: 200px;
}

.nav_L2, .nav_L2:hover {
	font-weight: normal;
	margin: 0px 0px 0px 20px;
	color: #000;
	text-decoration: none;
	display:block;
	line-height:150%;
	}

.nav_L2_act, .nav_L2_act:hover {
	margin: 0px 0px 0px 20px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	display:block;
	line-height:150%;
}

.nav_L3, .nav_L3:hover {
	font-weight: normal;
	margin: 0px 0px 0px 30px;
	color: #666;
	text-decoration: none;
	display:block;
	line-height:150%;
	font-size:11px;
	}

.nav_L3_act, .nav_L3_act:hover {
	margin: 0px 0px 0px 30px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	display:block;
	line-height:150%;
	font-size:11px;
}


/* 5.0 Weblication Stuff */

.buttonAdmin {
	border: 1px solid #CCC;
	background-image:url(/images/bg_button.gif);
	color: #FFF;
	font-weight: bold;
	padding: 3px 7px 3px 7px;
	margin-right:1px;

}

a.buttonAdmin, a.buttonAdmin:hover {
	border: 1px solid #CCC;
	height: 0px;
	color: #FFF;
	font-weight: bold;
}

a.buttonAdmin:hover {
	border: 1px solid #333;
	height: 0px;
	color: #FFF;
	font-weight: bold;
	text-decoration:none;
}

.fragmentPictureFloatLeft {
	border-right:15px solid #FFFFFF;
	border-bottom: 15px solid #FFFFFF;
	float:left;
	display:block;
}


