/* andreas01 - an open source xhtml/css website layout by Andreas Viklund (http://andreasviklund.com). Made for OSWD.org, free to use as-is for any purpose as long as the proper credits are given for the original design work. For design assistance and support, contact me through my website or through http://oswd.org/email.phtml?user=Andreas

Version: 1.0
(July 25, 2005)

Screen layout: */

body { 
	margin: 0 auto;
	padding: 0;
	font: 70% Arial;
	position: relative;
	left: 0px;
}

#wrap { 
	background: #ffffff;
	color: #303030;
	width: 760px;
	margin: 0 auto;
}

#header { 
	clear: both;
	margin: 11px;
	padding: 0px;
	height: 10px;
}

#header h1 { 
	width: 250px;
	margin: 0px 0px 0px 0px;
	float: left;
}

#header p { 
	width: 500px;
	float: right;
	text-align: center;
	color: #a0a0a0;
	margin: 0 0 0 0;
	font-size: 0.8em;
	line-height: 1.2em;
}

#header-nav { 
	left: 45px;
	position: relative;
	top: -40px;
	width: 610px;
}

#header-nav ul.nav1st { 
}

#header-nav ul.nav1st li { 
	display: block;
	float: left;
	padding: 0px 7px 5px;
}

#header-nav ul.nav1st li.active { 
	background: #ffffff;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

#header-nav ul.nav1st li.active a,
#header-nav ul.nav1st li.active a:link { 
	color: #FC7D64;
}

#header-nav ul.nav1st a, 
#header-nav ul.nav1st a:link { 
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
}

#header-nav ul.nav1st a:hover { 
	color: #FC7D64;
}

#navigation { 
	float: left;
	width: 200px;
	padding: 0 0;
}

#navigation ul.nav2nd li { 
	padding: 0;
	margin-left: 14px;
	font-size: 1.1em;
	font-weight: normal;
}

#navigation ul.nav2nd a, 
#navigation ul.nav2nd a:link { 
	display: block;
	padding: 4px 0 4px 0;
	color: #606060;
}

#navigation ul.nav2nd a.current, 
#navigation ul.nav2nd a.current:link, 
#navigation ul.nav2nd a:hover { 
	color: #E79450;
}

#breadcrumb { 
	position: absolute;
	left: 200px;
}

#breadcrumb a, 
#breadcrumb a:link { 
	color: #000;
}

#breadcrumb a:hover { 
	text-decoration: underline;
}

#frontphoto { 
	margin: 0 0 0 0;
	border: 0;
}

#footerphoto { 
	margin: 0 0 0 0;
	border: 0;
}

.announce { 
	margin: 10px 0 0 0;
	padding: 2px;
	width: 102px;
	color: #ffffff;
	background-color: #000066;
	line-height: 1.1em;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#extras { 
	float: right;
	width: 100px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 0.9em;
	line-height: 1.5em;
}

#extras p { 
	margin: 0 0 1.5em 0;
}

#content { 
	margin: 5px 10px 10px 10px;
	padding: 0 0 0 10px;
	line-height: 1.3em;
	text-align: justify;
	color: #000066;
	position: relative;
	top: -20px;
	font-size: 1.1em;
}

#content h2 { 
	font-size: 1.3em;
	line-height: 0em;
}

#content img { 
	padding: 1px;
	display: inline;
	background: #cccccc;
	border: 4px solid #f0f0f0;
}

h3 { 
	font-size: 1.2em;
	margin: 0 0 10px 0;
}

a { 
	color: #000000;
	text-decoration: none;
	font-style: italic;
}

a:hover { 
	color: #FC7D64;
}

a img { 
	border: 0;
}

#footer { 
	background-image: url(footer.jpg);
	clear: both;
	color: #000000;
	font-size: 1em;
	height: 75px;
	margin: 0pt auto;
	padding: 10px 0pt 20px;
	text-align: left;
	width: 760px;
}

#footer a { 
	font-style: italic
	text-decoration;
}

#footer a:hover { 
	text-decoration: underline;
}

.footer2 { 
	position: relative;
	right: 0px;
	text-align: right;
	top: -90px;
	float: right;
}

.left { 
	margin: 10px 10px 5px 0;
	float: left;
}

.right { 
	margin: 10px 0 5px 10px;
	float: right;
}

.textright { 
	text-align: right;
}

.center { 
	text-align: center;
}

.small { 
	font-size: 0.8em;
}

.bold { 
	font-weight: bold;
}

.hide { 
	display: none;
}

*/ 


/* Definition der Klassen ohne Rahmen*/ 

.pleft { 
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	vertical-align: text-bottom;
	border: none;
}

.pright { 
	float: right;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	vertical-align: text-bottom;
	border: none;
}

.pnormal { 
	clear: both;
	border: none;
}

/* Definition der KLassen mit  Rahmen (2.Stil) */

.pleft_b { 
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	vertical-align: text-bottom;
	border: 1px solid #990000;
}

.pright_b { 
	float: right;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	vertical-align: text-bottom;
	border: 1px solid #990000;
}

.pnormal_b { 
	clear: both;
	border: 1px solid #000000;
	margin: 0px 21px 0px 10px;
}

div.jaosg_thumbnail { 
	float: left;
	background: #c0c0c0;
	border: 1px solid;
	border-color: #AAA #444 #444 #AAA;
	margin: 5px 3px;
}

div.jaosg_thumbnail img { 
	border: 1px solid;
	border-color: #444 #AAA #AAA #444;
}

/* ls=landscape-Format der Thumbs */
div.ls img { 
	height: 75px;
	width: 150px;
}

/* pt=portrait-Format der Thumbs */
div.pt img { 
	height: 80px;
	width: 60px;
	margin: 10px 20px;
}

/*footer schaltet float:left wieder aus */
div#jaosg_footer { 
	clear: both;
	padding-top: 1em;
}

#dyntable { 
	width: 100%;
	font-family: arial;
}

#dyntable .th1,#dyntable .th2,#dyntable .th3 { 
	color: #000066;
	font-size: 1em;
	font-weight: bold;
	background-color: #eeeeee;
}

#dyntable .td1,#dyntable .td2,#dyntable .td3 { 
	color: #00000066;
	font-size: 1em;
}

/**
 * Modul WYSIWYGImage, Wysiwyg-Text mit Bild/Bildergalerie
 */
div.wysiwygimg { 
}

/* ----- Hack only for IE 7 ----- */
*+html div.wysiwygimg { 
	overflow: hidden;
}

.wysiwygimg .wysiwygimgclear { 
	clear: both;
	display: block;
	font-size: 1px;
	line-height: 0px;
	margin: 0;
	padding: 0;
	position: relative;
}

/* Text */
.wysiwygimg .wysiwygimgtext { 
}

/* Bild und Link */
.wysiwygimg img.wysiwygimg { 
	border: 0;
	margin: 1px;
}

.wysiwygimg img.wysiwygimg { 
	border: solid 5px #f5f5f5;
	padding: 1px;
}

.wysiwygimg a.wysiwygimg img { 
	border: 0;
	padding: 0px;
	vertical-align: top;
	margin: 1px;
}

.wysiwygimg a.wysiwygimg, .wysiwygimg a.wysiwygimg:link { 
	border: solid 5px #f6f6f6;
	display: inline-block;
	line-height: 0.0em;
}

.wysiwygimg a.wysiwygimg:visited { 
}

.wysiwygimg a.wysiwygimg:hover { 
	border: solid 5px #e4e4e4;
}

.wysiwygimg a.wysiwygimg:focus { 
	border: solid 5px #e4e4e4;
}

.wysiwygimg a.wysiwygimg:active { 
	border: solid 5px #e4e4e4;
}

/* Bildunterschrift */
.wysiwygimg .wysiwygimgtitle { 
	color: #666;
	font-size: 0.8em;
	font-style: italic;
	margin: 2px 10px;
}

/* Wrapper-Classe um Bild und Bildunterschrift*/
.wysiwygimg .wysiwygimgwrap { 
}

/* Bild links im Text (Textumfluss) */
.wysiwygimg .wysiwygimgleft { 
	float: left;
	margin: 0 1.0em 0 0;
}

/* Bild rechts im Text (Textumfluss) */
.wysiwygimg .wysiwygimgright { 
	float: right;
	margin: 0 0 0 1.0em;
}

/* Bild oben links */
.wysiwygimg .wysiwygimgtopleft { 
	float: left;
	margin-bottom: 0.5em;
}

/* Bild oben rechts */
.wysiwygimg .wysiwygimgtopright { 
	float: right;
	margin-bottom: 0.5em;
}

/* Bild oben mittig */
.wysiwygimg .wysiwygimgtopcenter { 
	margin-bottom: 0.5em;
	text-align: center;
}

.wysiwygimg .wysiwygimgtopcenter a.wysiwygimg { 
	margin: 0 auto;
}

/* Bild unten links */
.wysiwygimg .wysiwygimgbottomleft { 
	float: left;
	margin-top: 0.5em;
}

/* Bild unten rechts */
.wysiwygimg .wysiwygimgbottomright { 
	float: right;
	margin-top: 0.5em;
}

/* Bild unten mittig */
.wysiwygimg .wysiwygimgbottomcenter { 
	margin-top: 0.5em;
	text-align: center;
}

.wysiwygimg .wysiwygimgbottomcenter a.wysiwygimg { 
	margin: 0 auto;
}

.wysiwygimg .wysiwygimgbottomcenter img.wysiwygimg { 
	margin: 0 auto;
}

/* Für Bilder links/rechts vom Text  */
.wysiwygimg table { 
	border-spacing: 0px;
	font-size: 1.0em;
}

.wysiwygimg td { 
	vertical-align: top;
	font-size: 1.0em;
}

/* Bild links vom Text */
.wysiwygimg td.wysiwygimgleftcol { 
	padding-right: 1.0em;
}

/* Bild rechts vom Text */
.wysiwygimg td.wysiwygimgrightcol { 
	padding-left: 1.0em;
}
