/* Galerie Annamarie M. Andersen | Copyright by Christina Andersen
--------------------------------------------------------------------*/
/*
* {
	margin:0;
	padding:0;
}
*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/BG_FADE_VERTIKAL_02.JPG);
	background-repeat: repeat-x;
}
td, tr, th, p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px
}
hr {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-color: #333333;
}
h1 {
	font-size: 24px;
	margin:5px 10px;
}
h2 {
	font-size: 18px;
	margin:5px 10px;
}
h3 {
	font-size: 14px;
	margin:5px 10px;
}
h4 {
	font-size: 13px;
	border-top: 1px none #333333;
	border-right: 1px none #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px none #333333;
	margin:15px 10px -7px 10px;;
}
tr, td p {
	vertical-align:top;
	text-align:left;
	margin-top: 0;
}
p{
	font-size: 12px;
	line-height: 150%;
	margin-top: 15px;
	margin-left: 10px;
}
/* Navigation
--------------------------------------------------------------------*/
#navi {
	width:200px
}
#navi a {	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.2em;
	display:block;	outline:none;	
	background:#CCC url(../images/icons/nav_link_default.gif) no-repeat left top;
	padding:1px 15px;
	border:dotted 1px #ddd;
}
#navi a:link {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
#navi a:hover, #navi a.current {
	background:url(../images/icons/nav_link_hover.gif) no-repeat left top;
	background-color:#FFF;
	border:dotted 1px #777;
}
/* Layout
--------------------------------------------------------------------*/
#wrapper {
	margin:0px auto;
	width:750px;
	background-color:#828282;
}
#header {
	outline:none;	
}
#sidebar {
	float:left;
	width:200px;
}
#content {
	float:right;
	width:540px;
	background-color:#FFF;
	padding:0 5px;
}
#footer {
	text-align:center;
	background-color:#ccc;
}
/* Footer Elemente
--------------------------------------------------------------------*/
#footer span.copyright a:link,
#footer span.copyright a:visited{
	font-weight:normal;
	text-decoration: none;
	font-size: 11px;
}
#footer span.copyright {
	display:block;	
	background-color:#dcdcdc;
}
#footer img {
	padding:0 20px;
}
/* Pseudo Klassen für Links
--------------------------------------------------------------------*/
a:link, a:visited, a:active {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
a:hover  {
	color: #ff3300;
	font-weight: bold;
	text-decoration: underline;
}
a img {
	border: none;
}
/* Spezielle Stilklassen für Typo 
--------------------------------------------------------------------*/
.titel{
	font-size: 30px;
	font-weight:normal;
}
.subtitel {
	font-size: 16px;
	font-style:italic;
}
.gross {
	font-size: 15px;
	font-weight:bold;
}
span.time {
	float:right;
	vertical-align:text-top;
}
.underline {
	text-decoration: underline;
}
.quelle {
	font-size:8px;
	margin-left: 10px;
}
.hinweis {
	font-size: 12px;
	border: 1px solid #aaaaaa;
	background-color: #EAF4FF;
	padding:10px;
	margin:20px 0 25px 13px;
	width:70%;
	text-align: left;
	line-height: 18px;
}
p.parag {
	text-align:justify;
	font-size: 12px;
	line-height: 150%;
	margin-top: 15px;
	margin-left: 10px;
}
p.quote {
	width: 85%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	text-align:center;
	line-height:150%;
	background: url(../images/closequote.gif) no-repeat bottom right!important;	
	background /**/:url(); /* removing quote graphic in IE5+ */
	padding:15px 15px 10px 10px;
}
p.quote:first-letter{
	background: url(../images/openquote.gif) no-repeat left top!important;	
	padding:5px 0px 10px 35px!important;
	padding /**/:0px; 	/* resetting padding in IE5+ */
	background /**/: url(); /* removing quote graphic in IE5+ */
}
img.left {
	float:left;
	margin:5px 10px 0 0;
	padding:0;
}
#wrapper #content p span.legende {
	display:block;
	width:500px;
	font-size:12px;
	text-transform: uppercase;
}
span.legende span.mehrImg {
	float:right;
}
.colum {
	width:50%;
	float:left;
	margin:0 auto;
}
a.artist_name {
	letter-spacing:2px;
	word-spacing:1px;
	font-size:14px;
	outline:none;
	color:#333;
	display:block;
}
a:hover.artist_name{
	color:#000;
	background-color:#F2F2F2;
}
a:visited.artist_name{
	color:#999;
}
