/*-----------------------------------------------------------------------------
Screen Stylesheet
General Formatting
for:       www.gak-stuttgart.de
version:   1.0
date:      24.07.2009
author:    [Ralf Abele]
website:   [www.cms-4u.de]

version history: 
-----------------------------------------------------------------------------*/


/* Import other stylesheets
-----------------------------------------------------------------------------*/

/* Initial CSS cleaning */
@import url("init.css");

/* CSS for layout */
@import url("layout.css");

/* (en) reset font size for all elements to standard (16 Pixel) */
html * { font-size: 100.01%; }

/***************************
* Generelle Formatierungen *
***************************/

body {
	background-color: #fff;	
	margin: 5px;
	padding: 0;
	text-align: center; /* Zentrieren für IE */
	font-family:  Myriad Pro, Arial, Helvetica, sans-serif;
   font-size: 90.00%;
	color: #000000;
} 

ol, ul, p, table, td, th {
	font-family:Verdana, Arial, Geneva, sans-serif; font-size:10pt; ; color: #000000;
}

a { color:#1b1464; ; text-decoration: underline; font-weight: bold;} 
a:hover { color:#000; text-decoration:none; font-weight : bold; }
a:active { color:#000; text-decoration:none; font-weight : bold;  }


/**************
* Überschrift *
**************/

  h1,h2,h3,h4,h5,h6 {
    font-family: Myriad Pro, Arial, Helvetica, sans-serif;
    font-weight:normal;
    margin: 0 0 0.25em 0;
  }

  h1 { font-size: 175%;
  		margin-top: 20px;
  		margin-bottom: 20px;
		color: #1b1464;
  }

/*********
* Absatz *
*********/

p {
	line-height: 1.3em; 
	margin: 0 0 1em 0; 
	font-size: 90%;
	text-align: left;
}

#main_left p, #main_right p {
	text-align: justify;
}

/*********
* Bilder *
*********/

img {
	border: 0;
}

.text_image {
	float:right;
	border:1px solid #c5e29e;
	margin-left: 10px;	
}

/*********
* Listen *
*********/

ul.gak_logo {
	list-style-image: url(../images/list_image.png);
	list-style-position: outside;
	margin-left: 20px;
}

/***********
* Tabellen *
***********/


/************
* Formulare *
************/

input, textarea, select	{
	padding: 5px;
	font-size: 1.0em;
	background: white;
	border: 1px solid #1c1364;
	margin-bottom: 2px;
}

input:focus, textarea:focus {
	background: #f7f7f7;
}

.daten_gesendet {
	font-size: 24px;
	color: #1c1364;
}