/* Haupt CSS für rw-interaktiv.at auf MODx | Version 2 (von Grafiker) */
html, body, div, p, h1, h2, h3, ul, ol, 
span, a, table, td, form, img, li {
   margin: 0;
   padding: 0;
   font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
}

html, body {
   background: #ffffff url(img/bg_main.gif) repeat-x top;
}

/* [ A l l g e m e i n e   F o r m a t i e r u n g e n ]  */
img {
   border: 0;
}

h1 { 
	font: bold 22px Verdana; 
	letter-spacing: 1px;
	color: #057A8B;
}
h2 { 
	font: bold 18px Verdana; 
	letter-spacing: 1px;
	color: #057A8B;
}
h3 { 
	font: bold 14px Verdana; 
	letter-spacing: 1px;
	color: #057A8B;
}

/*  [ L i n k s ]  */
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #21387C;
}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #234E9B;
}
a:hover, a:active { 
	text-decoration: none; 
	border-bottom: dashed 1px #559e20;
}

a:link.nav { 
	color: #9ed964;
}
a:visited.nav { 
	color: #98d060;
}
a:hover.nav, a:active.nav { 
	border-bottom: dashed 1px #80d245;
}

a:link.header, a:visited.header, a:hover.header, a:active.header { 
	text-decoration: none; 
	border-bottom: 0px;
}
/*  [ A u f l i s t u n g e n ]  */
ul{
	margin:0px;
	padding:0px 10px 0px 5px;
	list-style-type:none;
}
ul li{
	background:transparent url(img/punkte.gif) no-repeat 0px 5px;
	padding: 0px 0px 8px 30px;
}
ol li{
	padding-bottom:1px;
}
ul li ul{
	margin:8px 0px -3px 0px;
}

/*  [ Z i t a t f e l d ]  */
blockquote {
	font-style:italic;
	line-height: 20px;
	padding: 15px;
	background-color: #F0F0F0;
	border-top: 1px #9D9D9D dotted;
	border-bottom: 1px #9D9D9D dotted;
	-moz-opacity: 0.8;
}	
	
/*  [ F o r m e n ]  */
input, textarea, select	{
	background-color: #e6edff;
	border: #a9c2fe 1px solid; 
}
	
/* [ S p e z i f i z i e r t e   F o r m a t i e r u n g e n ] */
#container{
	width: 100%;
	height: 100%;
	margin: 0px 0px 0px 0px;
}

#nav{
	font-size: 15px;
	color:#00CC00;
	font-weight: bold;
	text-decoration: none; 
	background:url(img/bg_nav.jpg) no-repeat bottom; 
	width: 400px;
	height: 30px;
	padding: 0px;
	text-align: center;
	vertical-align: top;
}

#content{
	padding: 0px 10px 10px 1px;
	margin: 0px;
	background-color:#ffffff;
	/*background-image: url(img/bg_content.gif);*/
	background-position:top;
	background-repeat:no-repeat;
	font: 14px Verdana; 
	color: #057A8B; 
	line-height: 14pt;
}

#infobox{
	vertical-align: top;
	text-align: left;
	padding: 12px;
	margin: 0px;
/*	background-color:#ebfaf0;*/
	font: 13px Verdana; 
	font-style:italic;
	color: #057A8B;
	line-height: 20pt;
}

table#detailtable tr td{
	border: #e1f7e9 1px solid;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
/* News bzw Auflistungen Content */
.news_container{
	margin: 5px;
}
.news_author{
	font-style:italic; 
}
.news_introtext{
	margin: 4px 10px 30px 10px;
}
.news_img{
	float: left;
/*	width: 100px;
	height: 100px;*/
	max-width: 120px;
	width: expression(document.body.clientWidth > 120? "120px": "auto" ); /* maxwidth workaround für IE */
	margin: 0px 12px 0px 0px;
	border: 1px solid #000000;
	text-align:left;
}

/* News - rechts bei Visionen*/
.news_rechts_container{
	margin: 0px;
}
.news_rechts_introtext{
	margin: 5px 0px 0px 10px;
	clear:both;
}
.news_rechts_img{ /* wird noch nicht angesprochen -> class immer news_img bei bild*/
	float: left;
	width: 100px;
	height: 100px;
	max-width: 100px;
	width: expression(document.body.clientWidth > 100? "100px": "auto" ); /* maxwidth workaround für IE */
	margin: 0px 10px 0px 0px;
	border: 1px solid #000000;
	text-align:left;
}