/*******************************************************************************
********************************************************************************
	Project	: reformforum-neopolis.de
	

********************************************************************************
*******************************************************************************/
/* Reset all */
* {
	padding: 0;
	margin: 0;
	border: 0;
}

div, p, span {
	background-repeat:no-repeat;
}

a, a:link {
	color:#333;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}
#content a {
	font-weight:bold;
	text-decoration:underline;
}

img {
	vertical-align:bottom;
}

ul, ol {
	list-style-position:outside;
	list-style-type:none;
}

/* Links- bzw. Rechtsausrichtung fŸr Elemente */
.flLeft {
	float: left;
	margin: 0 10px 0 0;
}

.flRight {
	float: right;
	margin: 0 0 0 10px;
}
.clearer {
	display:block;
	clear:both;
	line-height:0;
	height:1px;
	font-size:0;
	visibility:hidden;
}

.clear {
	clear:both;
}

.hide {
	position:absolute !important;
	left:-1000px !important;
	top:-1000px !important;
	overflow:hidden !important;
	width:1px !important;
	height:1px !important;
}

.center {
	text-align:center;
}

h1 {
	font:normal 1.7em/2.8 arial, helvetica, verdana, sans-serif;
}

h2 {
	margin:18px 0 10px 0;
	font:bold 1em/1.6 verdana, arial, helvetica, sans-serif;
}

#header, 
#content {
	font-size:.8em;
}

#content #fright {
	font-size:1em;
}

p, ul, ol {
	margin-bottom:1em;
}

strong {
	font-weight:bold;
}

/* Allgemeines */
html {
	margin-bottom:-1px;
	min-height:101%;
}
body {
	background-color:#ccf;
	color:#333;
	font-family:verdana, helvetica, arial, sans-serif;
	font-size:100.01%;
}

body#startpage {
	background:#000034 url(bg_bdy_sp.jpg) 0% 0% repeat-x;
}

/*	Page Structure ************************************************************/
#website {
	float:left;
	width:100%;
	background:#ccf url(bg_bdy.png) 0% -23px repeat-x;
}
#startpage #website {
	background:none;
	background-image:url(bg_wst.jpg);
	background-position:0% 0%;
	background-repeat:no-repeat;
}
#website2 {
	width:775px;
}


#header {
	float:left;
	width:100%;
	margin-bottom:2em;
	background-image:url(logo.gif);
	background-position:0 2px;
}
#startpage #header {
	background:none;
	height:280px;
}
html>body #startpage #header {
	height:auto;
	min-height:280px;
}

#content {
	height:550px;
	margin-left:130px;
	background-image:url(bg_wst2.jpg);
	background-position:-130px 80px;
	background-repeat:no-repeat;
}

html>body #content {
	height:auto;
	min-height:550px;
}

#startpage #content {
	margin-left:16px;
	width:400px;
	background:none;
}

#fright {
	display:inline;
	float:right;
	margin:0 0 2em 20px;
}


/*	Header ********************************************************************/
#logo {
	float:left;
	width:130px;
}
#startpage #logo { 
	margin-bottom:30px;
}
#logo a {
	display:block;
	height:50px;
	text-indent:-1000em;
}
#logo a:hover {
	text-decoration:none;
}

#startpage #header p { 
	clear:both;
	margin:0 0 0 16px;
}


/*	lists *********************************************************************/


/*	main navi ----------------------------------------------------------------*/
#navi {
	position:relative;
	float:left;
}
#navi ul {
	margin:0;
	line-height:1em;
}

#navi li {
	display:block;
	float:left;
	color:#fff;
	font-weight:bold;
}

#navi li.active {
	background:#99c;
}

#navi li ul {
	position:absolute;
	left:0px;
	top:27px;
	width:600px;
	background:#99c;
	border:1px solid #669;
	border-top:0;
}

#navi li a, 
#navi li.active {
	display:block;
	padding:7px 15px;
	color:#fff;
}

#navi li ul a {
	color:#000;
}



/*	Content *******************************************************************/
#content a.link-top { 
	padding-left:25px;
	background-image:url(back_top.gif);
	background-position:0% 50%;
	background-repeat:no-repeat;
	font-weight:normal;
}
#startpage #content p { 
	color:#fff;
}
#startpage #content p.link-startpage { 
	position:absolute;
	left:536px;
	top:350px;
}
#startpage #content p.link-startpage a { 
	display:block;
	width:88px;
	height:88px;
	text-indent:-1000em;
}
#startpage #content a.link-top { 
	display:none;
}

#content ul {
	margin-left:25px;
}
#content ul li {
	list-style-type:square;
}

#content .white {
	color:#fff;
}

#startpage a{
color:#aaa;
}



/*	third navi ---------------------------------------------------------------*/
/*#fright ul {
	float:right;
	width:145px;
}*/

#fright ul {
	margin:0;
}
#fright ul li {
	list-style-type:none;
}
#fright ul li a, 
#fright ul li.active {
	display:block;
	margin-bottom:2px;
	padding:3px;
	width:145px;
	background:#99c url(lsi_arrow.png) 135px 50% no-repeat;
	border:1px solid #669;
	color:#f7f7f7;
	font-weight:normal;
	text-decoration:none;
}
#fright ul li.active {
	background:#669;
	color:#fff;
}




/*	lists *********************************************************************/
.form-box {
	width:400px;
}

.form-box fieldset {
	padding:10px;
	background:#99c;
	border:1px solid #669;
}

.form-box legend {
	padding:5px;
	background:#99c;
	border:1px solid #669;
	color:#fff;
	font-weight:bold;
}

.form-box label {
	display:block;
	margin:5px 0;
	color:#fff;
	font-weight:bold;
}

.form-box input, 
.form-box textarea {
	padding:2px;
	width:300px;
	border:2px solid #d4d0c8;
	border-left-color:#808080;
	border-top-color:#808080;
}

.form-box input.warning, 
.form-box textarea.warning {
	border:2px solid #f00;
	border-left-color:#d2122f;
	border-top-color:#d2122f;
}

.form-box input.fsubmit {
	border:2px solid #d4d0c8;
	border-right-color:#808080;
	border-bottom-color:#808080;
}
