/*********************************************

	Stylesheet für 
	kunstverein-celle.de
	
	Farben:		Blau: #1368B1   Rot:  #C40004 
			Grün: #72A536   Gelb: #E8B600
			Hellblau: #448AC6
					
	erstellt:	14.06.2006 is
	geändert:	29.09.2006 is

*********************************************/
@media screen {
	
body {
	margin: 0px 0px 0px 0px;
	border: 0px none;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #1368B1; /*blau*/
	background-color: #1368B1; /*#448AC6;*/	/*hellblau*/
  	text-align: center;
}

#container { /* Hauptrahmen */
	border: thin solid #1368B1;
	top: 0px;
	left: 0px;
	height: auto;
#	width: 762px;
	width: 986px;
	background-color: #1368B1;
	color: #FFFFFF;
   	text-align: justify;
}

#header {
	/*border: 1px dotted Fuchsia;*/
	margin: 20px 20px 0px 20px;
	min-height: 120px;
	height: 120px;
}

#menu {
	/*border: 1px dashed White;*/
	clear: both;
	margin: 0px 20px 0px 20px;
	min-height: 40px;
	height: 40px;
	float: right;
}

#menu #right {
	text-align: right;
	margin: 5px 0px 0px 0px;
	
}

#main {
	/*border: 1px dashed Yellow;*/
	clear: both;
	margin: 10px 20px 0px 20px;
	min-height: 100px;
}

#footer {
	/*border: 1px solid Red;*/
	clear: both;
	margin: 10px 20px 10px 20px;
	font-size: 60%;
	#font-weight: bold;
}

#left {
	/*border: 1px solid Red;*/
	margin: 0px 0px 0px 0px;
	text-align: right;
	float: left;
#	width: 350px;
	width: 462px;
}

#right {
	/*border: 1px solid Green;*/
	margin: 0px 0px 0px 0px;
	text-align: left;
	float: right;
#	width: 350px;
	width: 462px;
}

#logo {
	/*border: 1px solid Yellow;*/
	text-align: center;
	background-image: url("../system/logo.gif");
	background-position: left;
	background-repeat: no-repeat;
	height: 110px;
	min-width: auto;
}
/*********************************************
*********************************************/

a {
	/*color: #46874D;*/
	color: #ffffff;
	/*text-decoration: underline;*/
	background-color: transparent;
	text-decoration: none;
}

a:hover {
	/*color: #234427;*/
	color: #72A536;
	background-color: transparent;
}

h0 {
	font-size: 160%;
	color: #FFFFFF;
	background-color: transparent;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

h1 {
	color: #000000;
	background-color: transparent;
	font-size: 160%;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	
}

h2 {
	font-size: 120%;
	color: #000000; 
	background-color: transparent;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
}

h3 {
	font-size: 90%;
	color: #FFFFFF; 
	background-color: transparent;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
}

table, p   {
      	font-family: Arial, Helvetica,  sans-serif;
      	color: white;
	font-size: 90%;
	padding: 0px 0px 0px 0px;
   }
   
td {
	
	vertical-align: top;
	}

/*********************************************
tt_news Formatierungen
*********************************************/

/*********************************************
LATEST
*********************************************/

.news-latest-container {
	/*border: 1px solid white; /*#03333A;*/
	padding: 5px 5px 5px 5px;
	color: #03333A;
	background-color: #A2C3A6;
}

.news-latest-item {
	/*font-family: monospace;*/
	border: 1px solid white; /*#2F4F4F;*/
	padding: 5px 5px 5px 5px;
	margin: 5px 0px 5px 0px;
	font-size: small;
	color: #46874D;
	background-color: #D1E1D2;
}

.news-latest-date {
	font-family: monospace;
	font-size: smaller;
	color: #03333A;
	background-color: transparent;
	font-weight: bold;
}


.news-latest-morelink {
	font-size: xx-small;
	color: black;
	background-color: transparent;
	text-align: right;
}

/*********************************************
LIST
*********************************************/

.news-list-container {
	padding: 15px 5px 15px 5px;
	color: #03333A;
	background-color: transparent; /*#D1E1D2;*/
}

.news-list-item {
	/*font-family: monospace;*/
	margin: 5px 0px 5px 0px;
	border: 1px solid #03333A;
	padding: 5px 10px 5px 10px;
	font-size: medium;
	color: #03333A;
}

.news-list-date {
	font-family: monospace;
	font-size: small;
	color: #03333A;
	background-color: transparent;
	font-weight: bold;
}

.news-list-morelink {
	font-size: small;
	color: black;
	background-color: transparent;
	text-align: right;
}

/*********************************************
SINGLE
*********************************************/

.news-single-item {
	padding: 5px 5px 5px 5px;
	/*font-family: monospace;*/
	font-size: medium;
	color: #46874D;
	background-color: #D1E1D2;
}

.news-single-timedata {
	padding: 10px;
	font-family: monospace;
	font-size: small;
	color: #03333A;
	background-color: transparent;
	font-weight: bold;
}

.news-single-author {
	font-size: small;
	color: black;
	background-color: transparent;
	text-align: right;
}

/*********************************************
Bild-Unterschrift
*********************************************/

.csc-textpic-caption {
	margin: 0px 0px 10px 0px;
	font-size: 60%;
}

}