html {margin:0px; padding: 0px;
}
body {margin:0px; padding: 0px;
text-align: center;
font-family: Georgia, serif;
}

/** Main, Top, Center and Bottom-Boxes **/
#container {
		width: 1120px;
		margin: 0px auto auto auto;
}
#main {
		width: 835px; 
		margin: 0px 0px 0px 155px;
}

#top {
		text-align: center;
		background-image: url(../img/logo.png);
		background-position: top center;
		background-repeat: no-repeat;
		padding: 130px 0px 0px 0px; 
		margin: 0px;
}

#center {
		text-align: center;
		background-image: url(../img/center.png);
		background-position: top center;
		background-repeat: repeat-y;
		padding: 10px;
}

#bottom {
		height: 96px;
		background-image: url(../img/bottom.png);
		background-position: center center;
		background-repeat: no-repeat;
}

/** News-Stuff **/
.newsbox {
		width: 600px;
		margin: auto auto 20px auto;
		padding-right: 5px;
		padding-bottom: 10px;
		border-bottom: 2px solid #000;
		border-top: 1px solid #000;
		border-right: 2px solid #000;
		border-left: 1px solid #000;
		/*background-color: #c7c5c7;
		/*background-color: #DBF1FF;*/
		background-image: url(../img/bg_blue2.png);
}

/** empty version, for positioning of non-news-items..**/
.newsboxempty {
		width: 600px;
		margin: auto auto 20px auto;
		padding-right: 5px;
		padding-bottom: 10px;
}

.newstitle
{
	float: left;
	overflow: hidden;
	margin-left: 15px;
	margin-top: 2px;
	font-size: 0.8em;
	font-weight: bold;
}

.newsdate
{
	float: right;
	text-align: center;
	height: 18px;
	width: 150px;
	border-left: 1px dotted #000000;
    padding-top: 2px;
	font-size: 0.8em;
}


.newsparagraph
{
	text-align: left;
	color: black;
	margin-top: 20px;
	margin-left: 5px;
	padding: 10px;
	padding-bottom: 15px;
	border: 1px solid #000000;
	background-image: url(../img/bg_blue1.png);
	font: 1em/1.3em Verdana;

}

/** Box bottom-right of the newsbox **/
.com
{
	font-size: 0.8em;
	float: right;
	text-align: center;
	background-color: white;
	margin-top: -15px;
	width: 100px;
	border: 1px solid #000000;
}

/** Box bottom-right of the newsbox **/
.autor
{
	float: right;
	text-align: center;
	background-color: white;
	margin-top: -15px;
	margin-right: 10px;
	width: 100px;
	border: 1px solid #000000;
}

/**prev/next**/

.prev { float: left; }
.next { float: right; }


/** Guestbook-Stuff **/

.guestbook { width: 500px; 
             font-family: Verdana, sans-serif;
			 border: 1px solid grey;
             margin: 0px auto 20px auto;
             padding: 5px 10px 5px 10px;
             text-align: left; }
			 
.gbname { float: left;
			margin-bottom: 10px;
}

.gbdate { float: right; }

.gbentry { clear: both; }

/** comments **/

.comments {		width: 600px;
        font-family: Verdana, sans-serif;
		font-size: 0.8em;
		margin: auto auto 20px auto;
		padding-right: 5px;
		padding-bottom: 10px;
}

.comment {	 width: 500px; 
             border: 1px solid grey;
             margin: 0px auto 20px 25px;
             padding: 5px 10px 5px 10px;
             text-align: left; }

.commentinput { width: 600px; 
	margin:auto; 
	text-align:left;
}
			 
.comname  { float: left;
			margin-bottom: 10px;
}

.comdate { float: right; }

.comentry { clear: both; }


/** Links **/

.flink, .plink { margin-bottom: 35px; }
.linktitle { }
.linktext { }

/** Bilder /bilderlinks ohne Rahmen.. **/
img {border: none;}


/**Link-Farben:**/
a:link { font-weight: bold;
         color: #CC7334;
}
a:hover { Text-decoration: underline overline; 
}

a:visited { font-weight: bold; color: #995213; 
}

.newstitle a:link, .newstitle a:visited  { font-size: 1em; font-weight: bold; color: black; 
}
.com a:link, .com a:visited { font-size: 1em; font-weight: normal; color: black; 
}

/** twitter **/
#twitter {
width: 200px;
float: left;
margin-top: 135px;
background-color: white;
border-top: 2px solid black;
border-left: 1px solid black;
border-right: 1px solid black;
border-bottom: 2px solid black;
padding: 5px 4px 0px 5px;
}
#gplus {
	width: 200px;
	float: right;
	margin-top: 135px;
	background-color: white;
	border-top: 2px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 2px solid black;
	padding: 5px 4px 0px 5px;
}
ul.latesttweets { margin: 0; padding: 0; list-style: none }
ul.latesttweets li { border-bottom: 1px solid black; padding: 4px 0 }
ul.latesttweets li.error { color: #BF2F2F; border: 0 }
ul.latesttweets li.notice { color: #CFAC4D; border: 0 }
ul.latesttweets li span { display: block; color: #777; font-family: Georgia; font-style: italic }
