
/*====================
	Styles.css 
	Stand:26.04.09
	autor:Stille
=====================*/

/*=========================
	1. Globale Selektoren
=========================*/
html, body {
	margin:0px;
	padding:0px;
	background-color:black;
	color:white;
}

/*=========================
	2. idīs und klassen
=========================*/
#wrapper {
	min-width:800px;
	width:80%;
	background-color:black;
	margin: 10px auto 0 auto;



}

#top_navi {
	text-align: center;
	text-decoration: none;
	margin-bottom:0;
	padding-bottom:0;
	bottom:0;
	height:30px;
	line-height:25px;

}

#top {	
	text-align: center;
	margin-bottom:5px;
	
}

#content {
	margin-left:5%;
	margin-right:5%;
	border:solid 1px white;
	min-width:450px;
	
	
}

#bottom {
	font-size:10px;
	color:white;
	margin-top:5%;
	text-align:center
}
	
#autor {
font-size:10px; 
font-style:italic;
text-align:right
}

#select {
	background-color:black;
	color:white;
	overflow:hidden;
	width:200px;
}

#del_1 {
	width:300px;
	margin:20px auto;
	
}

#del_2 {
	width:300px;
	margin:20px auto;
	
}

#shoutbox{
	width:450px;
	margin-right:auto;
	margin-top:15px;
	margin-bottom:15px;
	margin-left:auto;
	padding:5px;
	
	
}

p.shout {
	margin-left:5%;
	margin-right:5%;
	color:white;
	margin-top:0px;
	
}
p.shout_1 {
	font-size:10px;
}
/*=========================
	3. Link - Design
=========================*/

	/*=========================
		3.1 normal links
	=========================*/
a.newslink :link , a.newslink:visited {
	color:red;
	font-weight:bold;
	text-decoration:underline;
}
a.newslink:hover, a.newslink:active  {
	font-weight:bold;
	color:white;
	text-decoration:underline;
}

	
	a:link, a:visited  {
	font-weight:bold;
	color:gray;
	text-decoration:underline;
}

a:hover, a:Active {
	font-weight:bold;
	color:white;
	text-decoration:underline;
}

	/*=========================
		3.2 top_links
	=========================*/
a.top_link {
	height: 20px;
	font-family: verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:red;
}

a.top_link:link, a.top_link:visited {
	color:red;
	border:none;
	text-decoration:none;
}

a.top_link:hover, a.top_link:Active {
	color:white;
	font-size:20px;
	text-decoration:none;
}

/*=========================
	4. text - Design
=========================*/
h1,h2,p,ul,ol,li {
	font-family:Verdana,sans-serif;
	margin-right:20px;
	margin-left:20px;
	list-style:none;
}

h1 {
	font-weight:normal;
	font-style:normal;
	font-size:17px;
	line-height:1.1em;
	color: white;
	border-bottom:white solid 1px;
	padding-bottom:5px;
	padding-left:25px;
	margin-top:20px;
}

h2{
	font-weight:bold;
	font-style:normal;
	font-size:13px;
	line-height:1.1em;
	color:silver;
	border-bottom:white solid 1px;
	padding-bottom:3px;
	padding-left:25px;
	margin-top:20px;
}

p{
	font-weight:normal;
	font-size:13px;
	line-height:1.1em;
	padding-left:25px;
	color:silver;
}

#top_navi li {
	font-weight:normal;
	margin-left: auto;
	margin-right: auto;
	display: inline; 
}

#texte {
	text-align:center;
}
input{
	background-color:black;
	color:white;
}

textarea {
	background-color:black;
	color:white;
}


/*=========================
	5. Gallery - Design
=========================*/

#thumbcontainer {
	margin:20px;
	padding-top:10px;
	text-align:center;
	color:blue;
	
}
#thumbcontainer a img {
	display:inline;

}
#thumbcontainer ul {
	display:inline;
	padding: 0 5px 0 5px;
}
#thumbcontainer ul li {
	display:inline;
	list-style-type:none;
	padding: 0 10px 0 10px;
}
#thumbcontainer ul li img {
	border:2px solid #bbb;
	padding:5px;
}
#thumbcontainer p {
	margin:5px 0 5px 0;
}

#grosscontainer {
	margin:20px;
	padding-top:15px;
	text-align:center;
	color:blue;
}
#grosscontainer #gross {
	border-style:outset;
	border-width:1px;
}
#grosscontainer a img {
	display:inline;
	border:2px solid #bbb;
	padding:5px;
}
#grosscontainer p {
	margin:5px 0 0px 0;
}
