/*******************************************************************************

	Projekt		:	Philosophie und politisches Handeln

	Copyright	:	roBau Roman Baumgartner

*******************************************************************************/




/*	undo
*******************************************************************************/

a { cursor:hand; cursor:pointer;}
:link,:visited { text-decoration:none; }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none }

table {	border:none; padding:0px; margin:0px; border-spacing:0px; font-size:12px; line-height:1.5em;}
tr { border:none; padding-bottom:0px; margin:0px; }
td { border:none; padding-bottom:15px; margin:0px; vertical-align:top; border-spacing:0px; }


legend { display:none; }


/*	reset some basic style
*******************************************************************************/
dl			{margin: 0 0 0 0;}
dl dt		{margin: 0 0 0 0;}
dl dd+dt	{margin-top: 0;}
dl dd		{margin: 0 0 0 0;}

ol			{list-style: none;}
ol li		{margin: 0 0 0 0;}
ol li ol	{margin: 0 0 0 0;}
ol li ul	{margin: 0 0 0 0;}

p			{margin-bottom: 0em;}

ul			{list-style: none;}
ul li		{margin: 0 0 0 0;}
ul li ul	{margin: 0 0 0 0; list-style: none;}
ul li ol	{margin: 0 0 0 0;}

pre			{font-size:1.2em; }

a:hover { text-decoration:none; }

/*	body
*******************************************************************************/
body {
	font-family: verdana, arial, helvetica, sans-serif;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
	text-align:center;
	background-color:#FFFFFF;
}

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

/*	html
*******************************************************************************/
html {
	min-height: 100%;
	margin-bottom: 1px;
}

/*	website
*******************************************************************************/
#website {
	position:relative;
	display:block;
	margin:0 auto;
	padding-left:10px;
	height:100%;
	width:860px;
	color:#444;
	text-align:left;
	background-image:url(../images/shadow.jpg);
	background-repeat:repeat-y;
}

/*	top + header
*******************************************************************************/
#top {
	width:830px;
	height:18px;
	background-color:#BC2229;
	border-bottom:1px solid #FFF;
	color:#FFF;
	padding-top:2px;
	padding-right:20px;
	text-align:right;
}

#top a{
	font-size:1.2em;
	color:#FFF;
}

#top a:hover{
	text-decoration:underline;
}

#header {
	width:830px;
	height:67px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:50px;
	font-weight:bold;
	padding:263px 0 0 20px;
	background-image:url(../images/bg_header2.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#BC2229;
	border-bottom:1px solid #FFF;
}

/*	content
*******************************************************************************/

/* hide from IE/MAC \*/
* html #content {
	height:1px;
}
/* end hide */

#content {
	width:850px;
	background-color:#DDD;
}

/*#content2 {
	width:877px;
	padding-left:7px;
	margin-bottom:-1px;
	background-image:url(images/shadow_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
}*/

/*	navigation
------------------------------------------------------------------------------*/
#nav {
	margin-top:25px;
	float:left;
}

#nav ul {}

#nav ul li {}

#nav ul li a {
	display:block;
	color:#000;
	font-size:1.2em;
	width:129px;
	height:20px;
	background-color:#FFF;
	border-top:1px solid #BC2229;
	border-bottom:1px solid #BC2229;
	padding:6px 0 0 40px;
	margin-bottom:2px;
	background-image:url(../images/arrow_red.gif);
	background-repeat:no-repeat;
}

#nav ul li a:hover {
	background-color:#BC2229;
	color:#FFF;
	background-image:url(../images/arrow_white.gif);
	background-repeat:no-repeat;
}

#nav ul li a.active {
	width:119px;
	color:#FFF;
	padding-left:50px;
	font-weight:bold;
	background-color:#BC2229;
	background-image:url(../images/arrow_white_active.gif);
	background-repeat:no-repeat;
}
/*	main
------------------------------------------------------------------------------*/
#main {
	width:641px;
	min-height:500px;
	float:left;
	padding:25px 20px 0 20px;
	color:#EEE;
	background-color:#BC2229;
	border-bottom:1px solid #651216;
}

#main .linie {
	line-height:0;
	font-size:0;
	height:0;
	width:550px;
	margin-bottom:25px;
	margin-left:50px;
	border-top:1px dashed #FFF;
}

/*	footer
------------------------------------------------------------------------------*/
#footer {
	width:680px;
	background-image:url(../images/bg_footer.jpg);
	background-repeat:repeat-x;
	text-align:center;
	font-size:1em;
	height:72px;
	padding:8px 0 0 170px;
	margin:0 auto;
	color:#444;
}

#footer .green {
	color:#849B33;
}

#footer a {
	color:#555;
	text-decoration:none;
}

#footer a:hover {
	color:#f60;
}

/*	Headlines
------------------------------------------------------------------------------*/

/* Headline 1 */
h1 {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:2.2em;
	line-height:1.3em;
	margin-bottom:14px;
	font-variant:small-caps;
}

/* Headline 2 */
h2 {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-weight:bold;
	line-height:1.1em;
	margin-bottom:10px;
}

/*	Paragraphs / Lists
------------------------------------------------------------------------------*/
#main p {
	margin-bottom:25px;
	font-size:1.2em;
	line-height:1.5em;
	text-align:justify;
}

#main .txt {
	background-image:url(../images/arrow_black.gif);
	background-position:left top;
	background-repeat:no-repeat;
	text-indent:15px;
}

#main .start {
	color:#000;
	font-size:28px;
	line-height:180%;
	text-align:center;
	font-weight:bold;
	margin-top:20px;
}

#main .txt_referenten {
	background-image:url(../images/arrow_black.gif);
	background-position:left top;
	background-repeat:no-repeat;
	text-indent:15px;
	min-height:220px;
}

#main ul,
#main ol {
	margin-bottom:25px;
	font-size:1.2em;
	line-height:1.5em;
}

#main ul li ul,
#main ul li ol,
#main ol li ol,
#main ol li ul {
	font-size:1em;	
}

/*	Hyperlinks
------------------------------------------------------------------------------*/
#main .txt a, #main .txt a:link {
	color:#222;
	text-decoration:none;
}

#main .txt a:hover {
	text-decoration:underline;
}

/*	Images
------------------------------------------------------------------------------*/
.image_left {
	float:left;
	margin:5px 10px 5px 0;
	border:1px solid #FFF;
}

.image_right {
	float:right;
	margin:5px 0 25px 10px;
	border:1px solid #FFF;
}

.img_start {

}
